Forum Discussion

BrandonH's avatar
BrandonH
Contributor
7 years ago
Solved

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;

 

any help would be greatly appreciated.

 

Thanks,