BrandonH
8 years agoContributor
How to read Excel cell values in JavaScript
Hi, I'd like to read cell values from Excel using JavaScript. Once opening Excel via TestComplete, I tried the following without luck: currentCellValue = mysheet.Cells.Items(i,3).Value2...