Python & OpenOffice Spreadsheets

Paul Rudin paul.nospam at rudin.co.uk
Mon Nov 23 06:12:37 EST 2009


Gerhard Häring <gh at ghaering.de> writes:

> Is there a *simple* way to read OpenOffice spreadsheets?
>
> Bonus: write them, too?
>
> I mean something like:
>
> doc.cells[0][0] = "foo"
> doc.save("xyz.ods")
>
>>From a quick look, pyodf offers little more than just using a XML parser
> directly.


Depends on exactly what you mean by "simple" - but pyuno allows you to
read and write openoffice spreadsheets.



More information about the Python-list mailing list