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

2008-02-14 Thread Rob Wolfe
Neal Becker napisaƂ(a): > 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 o

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

2008-02-14 Thread johnf
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 py

Re: ODF vs OOXML (was: Write ooxml .ods (spreadsheat) from python?)

2008-02-13 Thread Neal Becker
Ben Finney wrote: > Neal Becker <[EMAIL PROTECTED]> writes: > >> I'd like to output some data directly in .ods format. > > Presumably you mean the OpenDocument Spreadsheet format. That's not > OOXML, it's ODF, the international standard document format > implemented in OpenOffice.org, KOffice, a

ODF vs OOXML (was: Write ooxml .ods (spreadsheat) from python?)

2008-02-13 Thread Ben Finney
Neal Becker <[EMAIL PROTECTED]> writes: > I'd like to output some data directly in .ods format. Presumably you mean the OpenDocument Spreadsheet format. That's not OOXML, it's ODF, the international standard document format implemented in OpenOffice.org, KOffice, and many others. http://open

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

2008-02-13 Thread John Machin
On Feb 14, 12:50 am, Neal Becker <[EMAIL PROTECTED]> wrote: Message subject: OOXML is "Office Open" XML i.e. Microsoft Office "Open" -- a /different/ complex XML spreadsheet format. > I'd like to output some data directly in .ods format. This format appears > to be quite complex. You're not wro

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

2008-02-13 Thread Jarek Zgoda
Neal Becker pisze: >>> 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

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

2008-02-13 Thread Stefan Behnel
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.openof

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

2008-02-13 Thread Guilherme Polo
2008/2/13, Neal Becker <[EMAIL PROTECTED]>: > Guilherme Polo wrote: > > > 2008/2/13, Neal Becker <[EMAIL PROTECTED]>: > >> I'd like to output some data directly in .ods format. > > > > Do you want to output data from .ods file or do you want to input data > > into an ods ? > > > >> This form

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

2008-02-13 Thread Neal Becker
Guilherme Polo wrote: > 2008/2/13, Neal Becker <[EMAIL PROTECTED]>: >> I'd like to output some data directly in .ods format. > > Do you want to output data from .ods file or do you want to input data > into an ods ? > >> This format appears >> to be quite complex. Is there any python software

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

2008-02-13 Thread Guilherme Polo
2008/2/13, Neal Becker <[EMAIL PROTECTED]>: > I'd like to output some data directly in .ods format. Do you want to output data from .ods file or do you want to input data into an ods ? > This format appears > to be quite complex. Is there any python software available to do this? I > did look

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

2008-02-13 Thread Neal Becker
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 u

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

2008-02-13 Thread Rolf van de Krol
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 pytho

Write ooxml .ods (spreadsheat) from python?

2008-02-13 Thread Neal Becker
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.