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


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to