Skip to content
peckto edited this page Jul 30, 2012 · 1 revision

FAQ

What is OpenXML?

According to Wikipedia Office Open XML (also informally known as OOXML or OpenXML) is a zipped, XML-based file format developed by Microsoft for representing spreadsheets, charts, presentations and word processing documents. The Office Open XML specification was initially standardised by Ecma (as ECMA-376) and later by ISO and IEC (as ISO/IEC 29500).
(http://en.wikipedia.org/wiki/Office_Open_XML)

Witch Python versions are supported?

The library is compatible with Python 2.4 - 2.6.
Python 3.x is not supported yet.

Are there any dependences to other Python libraries?

No, this will work with Python out of the box, no libxml or something else!