Forum Discussion
A_Roskoshnyi
2 years agoContributor
Try some modify your code:
var excel = Sys.OleObject("Excel.Application");
excel["Workbooks"].Open(path_to_excel_file);
excel["Sheets"](name_of_sheet).Select();
//Get value from cell with rowIndex = 6, columnIndex = 1
var text_from_cell = aqConvert.VarToStr(excel["Cells"](6,1));
- MatthewB2 years agoOccasional Contributor
We are trying to not have Excel loaded onto the VM and use the Excel method from SmartBear. We have already used the "Excel.Application" before and it was working.
Related Content
- 6 years ago
Recent Discussions
- 7 hours ago
- 3 days ago