Excel sheet, can Python read them in Linux?
Thomas Guettler
pan-newsreader at thomas-guettler.de
Tue Dec 3 12:37:35 EST 2002
More information about the Python-list mailing list
Tue Dec 3 12:37:35 EST 2002
- Previous message (by thread): Excel sheet, can Python read them in Linux?
- Next message (by thread): Excel sheet, can Python read them in Linux?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 03 Dec 2002 16:33:42 +0100, Raaijmakers, Vincent (IndSys, GE Interlogix) wrote: > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> Please dont' post HTML! > Read Excel-Files If Excel reads a HTML table in a file with the extension ".xls" it will write Excel-HTML again. This way the user does not realize that he is writing HTML. This Excel-HTML can be parsed with python on linux. Unfortunately the HTML of excel is broken. Maybe you need to change some parts in the html file before calling the html parser. thomas -- Thomas Guettler <guettli at thomas-guettler.de> http://www.thomas-guettler.de
- Previous message (by thread): Excel sheet, can Python read them in Linux?
- Next message (by thread): Excel sheet, can Python read them in Linux?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list