import Excel csv - files

Ognen Duzlevski maketo at ukato.freeshell.org
Wed Nov 30 12:32:27 EST 2005


Hi,

Larry Bates <larry.bates at websafe.com> wrote:
> 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.

You can also script OpenOffice from python to suck in an excel file and spit out a CSV or HTML or whatever else 
you want. After that you can parse the resulting files.

Ognen



More information about the Python-list mailing list