Library to edit odt documents in php

Posted by neo on Stack Overflow See other posts from Stack Overflow or by neo
Published on 2010-05-02T19:46:23Z Indexed on 2010/05/02 19:58 UTC
Read the original article Hit count: 191

Filed under:
|
|
|

I try to edit ODT-documents programmaticly in PHP. In fact I just want to do some text replacement and adding new rows in a table.

I know that a normal ODF document is an archive containing XML-files. But before I reinvent the wheel: is there any library which does most of the tasks? Or should I just parse the XML-file in a DOM-parser and modify it?

© Stack Overflow or respective owner

Related posts about php

Related posts about odf