import Excel csv - files
Larry Bates
larry.bates at websafe.com
Wed Nov 30 12:10:15 EST 2005
You should actually explain what you mean by "export".
Excel has a Save As HTML that would save everything out to HTML
or you can do Save As .CSV. Hard to tell what you want.
I suspect that to get to the cell comments you will need to
go through COM interface to Excel.
-Larry Bates
Micah Elliott wrote:
> On Nov 30, Jürgen Kemeter wrote:
>
>> My actual Problem:
>> The Excel workbook contains several spreadsheets. These are
>> linked through Hyperlinks, and contain several cell comments. How
>> can I export these comments and Hyperlinks using Python?
>
>
> Are you just wanting read a .xls file with Python? pyExcelerator
> <URL:http://sourceforge.net/projects/pyexcelerator> can
> do that job. Documentation is non-existent AFAICT, but the tools
> directory has good examples.
>
> I don't know how comments/hyperlinks are treated but you can try and
> find out.
>
More information about the Python-list
mailing list