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.
-- Gerhard
--
http://mail.python.org/mailman/listinfo/python-list
