摘要:
>>> xlApp = win32com.client.Dispatch('Excel.Application')>>> xlBook = xlApp.Workbooks.Open("d:\\3.xls")a=xlBook.Worksheets("Sheet1")c = a.Cells.Find("dd")print c.Rowprint c.Column 阅读全文
posted @ 2013-05-17 01:14
dengyigod
阅读(181)
评论(0)
推荐(0)