Python <=> Excel question

riplin at Azonic.co.nz riplin at Azonic.co.nz
Fri Sep 30 18:02:43 EDT 2005


> Suppose abc.xls has sheets a, b, c.
> How can I find, in Python, the sheet names?
> Given a sheet name, how can I export the sheet as a csv file?

http://chicago.sourceforge.net/xlhtml/

This has options to output csv files, the list of sheets and many other
things.  Just execute this on the .xls file and read the files that it
produces.




More information about the Python-list mailing list