Hello, Can I get some help on how to read the excel files using python?
from win32com.client import Dispatch xlApp = Dispatch("Excel.Application") xlWb = xlApp.Workbooks.Open("Read.xls") xlSht = xlWb.WorkSheets(1) But sadly, I am unable to proceed further about how to read the cells of the worksheet of my excel file! Thanks for your help and cooperation. Best regards, Anand -- http://mail.python.org/mailman/listinfo/python-list