Gerry Blais wrote:
> Newbie questions:
>
> 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?
>
> Finally, how can I, in Python, make a .txt version of a Word document?
I think Google will help y
> 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
On 9/30/05, Gerry Blais <[EMAIL PROTECTED]> wrote:
> Finally, how can I, in Python, make a .txt version of a Word document?
http://www.brunningonline.net/simon/blog/archives/001299.html
--
Cheers,
Simon B,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/
--
http://mail.python.org/mai