new office formats, REs and Python

Fredrik Lundh fredrik at pythonware.com
Thu Jan 4 01:40:47 EST 2007


tubby wrote:

> How are Python users dealing with some of the new OASIS Open Document 
> formats (Open Office) or MS Open XML formats. These formats store data 
> in a file which is actual a zip archive that contains numerous files and 
> folders. For example, a file saved from Open Office 2.0 named 'test.odt' 
> can be unzipped into many parts... content.xml, meta.xml, settings.xml, 
> etc, etc.
> 
> How can I read these files do re searching and matching on them, etc? 
> content.xml may have a string I'm searching for, but how would I attach 
> that back to the original 'test.odt' file?

http://ooopy.sourceforge.net/
http://www.google.com/search?q=python+open+office
etc

</F>




More information about the Python-list mailing list