jloyzagawhContributor10 years agoexplicitly get a value from an excel spreadsheet using row,column How can I call using the specific column,row assignation "A1"? NisHera10 years agoyou can open xl using below code (in jScript) var app = Sys.OleObject("Excel.Application"); var book = app.Workbooks.Open(fname); var sheet = book.Sheets(sheetName);then get value using app.Cells(A,1) more
NisHera10 years agoyou can open xl using below code (in jScript) var app = Sys.OleObject("Excel.Application"); var book = app.Workbooks.Open(fname); var sheet = book.Sheets(sheetName);then get value using app.Cells(A,1) more
NisHera10 years agoyou can open xl using below code (in jScript) var app = Sys.OleObject("Excel.Application"); var book = app.Workbooks.Open(fname); var sheet = book.Sheets(sheetName);then get value using app.Cells(A,1) more
NisHeraValued Contributor10 years agoyou can open xl using below code (in jScript) var app = Sys.OleObject("Excel.Application"); var book = app.Workbooks.Open(fname); var sheet = book.Sheets(sheetName);then get value using app.Cells(A,1) more
Related ContentExceel-Delete row or columnCopy columns/rows/tables in ZephyrTcxListBox: How to add data at (row, column) or remove an Item?How to read rows and column values of TdxDBGrid DelphiSetting the cursor to a specified row and column
Recent DiscussionsHow is test complete using our data while using the inbuilt AI feature ?Problems by validating a tooltip of a wpf applicationLogin for Zephyr is through Microsoft 365 and TestComplete can't complete loginTesting on a local iPadIs it possible to add Device Info from a remote browser to the Log Folder?