Excel sheet, can Python read them in Linux?

Thomas Guettler pan-newsreader at thomas-guettler.de
Tue Dec 3 12:37:35 EST 2002


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



More information about the Python-list mailing list