Jainsoumya
3 years agoContributor
how to open excel file using TestComplete
I am not able to open excel file using this methd , though its is getting passed but required action is not taking place
function ExcelExample()
{
// Get the sheet of the Excel file
var excelFile = Excel.Open("C:\\Users\\Public\\TestInput\\ChartInput.xlsx");
var excelSheet = excelFile.SheetByTitle("Sheet1");
}