[Tutor] how to read from an excel file?

pierre cutellic pierre.cutellic at gmail.com
Sun Oct 21 21:58:12 CEST 2007


Hi,
I'm actually trying to understand how to read data from an excel file but
i'm pretty stuck here:

I have already used makepy to generate the excel modules and its ID, which
looks like :

00020813-0000-0000-C000-000000000046


But i don't really know what are the next steps. I presume that it should
start by:

import win32com.client
xl = win32com.client.Dispatch("Excel.Application")

Does anybody could tell me the way to open an excel file and then read some
selected data? Because i'm a non-programmer, i still have some difficulties
for learning such basics tricks :)

Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20071021/c075f73b/attachment.htm 


More information about the Tutor mailing list