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

Ben Finney bignose+hates-spam at benfinney.id.au
Wed Feb 13 17:15:34 EST 2008


Neal Becker <ndbecker2 at gmail.com> 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.

    <URL:http://opendocument.xml.org/>

Note that OOXML is not related to OpenOffice.org. Also note that
OOXML, as specified, is not implemented by *any* software at present,
and there are strong reasons to believe it cannot feasibly be
implemented as specified. (Microsoft Office 2007 implements it only
partially, but writes documents incompatible with the standard; e.g.
the spreadsheet data contains binary blobs not documented in the OOXML
specification.)

More information on ODF versus OOXML:

     Achieving Openness: A Closer Look at ODF and OOXML
     <URL:http://www.onlamp.com/pub/a/onlamp/2007/06/14/achieving-openness-a-closer-look-at-odf-and-ooxml.html>

-- 
 \        "Like the creators of sitcoms or junk food or package tours, |
  `\         Java's designers were consciously designing a product for |
_o__)                    people not as smart as them."  -- Paul Graham |
Ben Finney



More information about the Python-list mailing list