SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: php to .ods Conversion
-
Aug 8, 2007, 20:05 #1
- Join Date
- Aug 2007
- Posts
- 4
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
php to .ods Conversion
Hai friends, do You know how to convert php data to open document spreadsheet in Linux. Please help me if knew that. Thank You
-
Aug 9, 2007, 00:17 #2
- Join Date
- Aug 2004
- Location
- Manchester UK
- Posts
- 13,807
- Mentioned
- 158 Post(s)
- Tagged
- 3 Thread(s)
Do you mean the php data itself or the OUTPUT that the browser would see?
I assume Open Office reads csv files so can you post some code or at least give us a clue as to what type of data is being produced?!Mike Swiffin - Community Team Advisor
Only a woman can read between the lines of a one word answer.....
-
Aug 9, 2007, 00:35 #3
- Join Date
- Aug 2007
- Posts
- 4
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
i had data from the Data Base, that data are formed as array in PHP data itself. Using these i want to generate to (.ods)open document spreadsheet format Directly.
-
Aug 9, 2007, 01:04 #4
- Join Date
- Aug 2004
- Location
- Manchester UK
- Posts
- 13,807
- Mentioned
- 158 Post(s)
- Tagged
- 3 Thread(s)
Having had a look around it seems that the .ods file format is something of a mystery. The only thing I have found that might be of any use is:
http://www.fallengods.com/blog/php-o...ument-library/
which requires PHP5 and PEAR:File_ArchiveMike Swiffin - Community Team Advisor
Only a woman can read between the lines of a one word answer.....
Bookmarks