I have been trying to understand the excel read range command i am getting error when i try to run in scrip console.
- excelopen("File.xlsx");
- excelsetsheet("Sheet1");
- treenode myTable = node("Tools/GlobalTables/GlobalTable1>variables/data", model());
- excelrangeread(myTable, 1, 1, 0, 0, EXCEL_DATA_AUTOMATIC|EXCEL_USE_COLUMNHEADERS);
The error is in the last command excelrangeread Can any one please let me know what is the error over here.