Write ooxml .ods (spreadsheat) from python?
johnf
jfabiani at yolo.com
Thu Feb 14 22:24:35 EST 2008
Neal Becker wrote:
> I'd like to output some data directly in .ods format. This format appears
> to be quite complex. Is there any python software available to do this?
> I
> did look at pyuno briefly. It looks pretty complicated also, and it looks
> like it uses it's own private version of python, which would not help me.
Try
import ooolib
#http://ooolib.sourceforge.net
More information about the Python-list
mailing list