Re: Python = Excel question

2005-10-04 Thread Magnus Lycka
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 you to

Python = Excel question

2005-09-30 Thread Gerry Blais
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? Thanks, Gerry --

Re: Python = Excel question

2005-09-30 Thread Simon Brunning
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/ --

Re: Python = Excel question

2005-09-30 Thread riplin
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