> 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to