Write ooxml .ods (spreadsheat) from python?

Stefan Behnel stefan_ml at behnel.de
Wed Feb 13 16:09:25 EST 2008


Neal Becker wrote:
> # 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?

Roll your own OpenOffice server:

http://pypi.python.org/pypi/z3c.recipe.openoffice

Stefan



More information about the Python-list mailing list