Read / Write OpenOffice SpreadSheet ?

Terry Reedy tjreedy at udel.edu
Fri Dec 17 18:56:57 EST 2010


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




More information about the Python-list mailing list