On 12/17/2010 4:19 AM, Torsten Mohr wrote:
Hello,

There is no package needed to read or write the new open document files.
The files are merely a jar archive containing XML files.  You can open
and update them using jar as a subprocess and manipulate the XML files
using your favorite XML libraries DOM/SAX/XPath/Etree/etc.

thanks for your hint.  I was aware of that, OO files are a bunch of zipped
XML files.  But, i searh for something more comfortable/highlevel that lets
me just do things like doc.Cell(1, 3) = 'abc' or so.

http://opendocumentfellowship.com/projects/odfpy

--
Terry Jan Reedy

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to