Open MS Excel Spreadsheet with Python

logistix at cathoderaymission.net logistix at cathoderaymission.net
Tue Jul 15 11:22:49 EDT 2003


"Allison Bailey" <allisonb at terralogicgis.com> wrote in message news:<mailman.1058229111.12248.python-list at python.org>...

> 
> Then, I get errors when I try the following:
> sh = wb.worksheets(1)

After running makepy, your methods become case sensitive.  They are
case insensitive before makepy.  You probably need 'wb.Worksheets(1)'




More information about the Python-list mailing list