Forum Discussion

SanM's avatar
SanM
Occasional Contributor
7 years ago

How to get the Excel sheet names using OLE object python testcomplete

I am new to the TC and code   gExcel = Sys.OleObject["Excel.Application"] except: Log.Warning("Unable to intialize the excel file.") return Wrkbk = gExcel.Workbooks.Open(Excel_path) gExcel.V...