Python interface to ODF documents?

Tino Wildenhain tino at wildenhain.de
Sun Feb 15 15:10:30 EST 2009


Hi,

Dotan Cohen wrote:
> Is there a Python interface to ODF documents? I'm thinking of
> something that will import, for example, an ADS spreadsheet into a
> multidimensional array (including formulas and formatting) and let me
> manipulate it, then save it back.

Yes, you have zipfile and a host of xml parsers included in the
standard lib. This works very well to my experience.

Not sure if an abstraction layer on top of that exists.

Regards
Tino


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3241 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20090215/203cf432/attachment-0001.bin>


More information about the Python-list mailing list