How can I export data into Word/Excel documents?
One of the simplest ways to get data into a format that can be used with Excel is simply to write a .csv text file, or comma separated file, and then open this in excel.
This will split the data into columns based on where the commas are, so you will need to ensure that your data is well formatted to make this value, and so this means that the comma only appears as a separator for instance and if it appears elsewhere it is escaped.
Comments on this Question/Answer
How can I export data into Word/Excel documents?By: Rajiv Singh, 18 Dec 2008 05:53:07
Reply to comments / post your own comment >>>
ASK A QUESTION
More files PHP Questions
What does file_get_contents do?How can i print a file without opening it ?
How can i upload large files like mp3 songs using php?
How can I view a Word document in a PHP page?
How do I compare strings in two file and return similar string in another file?
