Page 1 of 1
Open Office
Posted: Sat Feb 05, 2005 3:12 pm
by hawleyjr
Has any experemented with Open Office and PHP? I don't have any particular questions, I'm just curious to see what people have tried to with it.
I just read that phpMyAdmin has an export to OOo Calc and wr
Posted: Wed Nov 08, 2006 2:44 am
by bevort
I just read in a newsletter from OOo (10-2006) that phpMyAdmin in there new version 2.9.0 build in the export to OpenDocument Text and OpenDocument Spreadsheet. or in common language, to Write and Calc
I realy would like to know how
I know that the doc structure is very complex but in fack simple XML.
Using a tool like 7zip you can go in in the document and see the sructure.
Making this using PHP seems to be a very haevy job.
Vincent
Posted: Wed Nov 08, 2006 3:47 am
by Jenk
This page will be of use:
http://www.oasis-open.org/specs/index.php
It is the OASIS "OpenDocument" XML standards, the one that OpenOffice use.
Posted: Wed Nov 08, 2006 4:07 am
by Christopher
I can't say I have every integrated OOo and PHP, but being an OOo user for a couple of years I have to say that the main reason I bailed on Excel long ago was because it was so horrible at importing/exporting tab delimited data to/from spreadsheets. That an the fact that you can easily change case of text inOOs Calc makes it much more programmer friendly.