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. > -- http://mail.python.org/mailman/listinfo/python-list