Write ooxml .ods (spreadsheat) from python?

Neal Becker ndbecker2 at gmail.com
Wed Feb 13 13:22:11 EST 2008


Rolf van de Krol wrote:

> 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=56037#56037
> It seems like that guy found the way to go for your problem.
> 
> Rolf
> 

I don't think he's my friend today.  I looked at this lib, but it starts
with:
# OOo's libraries 
 import uno 
 

IIUC, this is the same problem.  This uno module is tied to an old python
(2.2?) that ships with OO.  Is it available standalone to build for python
2.5?




More information about the Python-list mailing list