Excel file interface for Python 2.3?
John Machin
sjmachin at lexicon.net
Tue Jun 12 09:08:28 EDT 2007
On Jun 12, 11:01 pm, "Hamilton, William " <wham... at entergy.com> wrote:
> I'm in need of a module that will let me create Excel workbooks from within
> Python. Something like PyExcelerator, but it needs to work with Python 2.3.
> (A third-party limitation that I have no control over.) Can anyone point me
> to what I need? All my searches keep leading back to PyExcelerator.
>
xlwt is a fork of pyExcelerator that I'm maintaining. It works with
Python 2.3 and later.
https://secure.simplistix.co.uk/svn/xlwt/trunk
More information about the Python-list
mailing list