jloyzagawhContributor10 years agoSolvedexplicitly 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 DiscussionstestFiltercriteria not appliedInstalling Test Execute using AnsibleTestComplete Error when running on PipelineIssue using Excel and variables in name mappingSolvedOracle 12.2 testing