[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Write ooxml .ods (spreadsheat) from python?

Rolf van de Krol

2/13/2008 5:13:00 PM

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.
>
Google is your friend. For example this:
http://www.oooforum.org/forum/viewtopic.phtml?p=5...
It seems like that guy found the way to go for your problem.

Rolf