ExcelRangeRead command

ExcelRangeRead command

asb_praneeth
Not applicable
14 Views
1 Reply
Message 1 of 2

ExcelRangeRead command

asb_praneeth
Not applicable

[ FlexSim 18.0.10 ]

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.

0 Likes
Accepted solutions (1)
15 Views
1 Reply
Reply (1)
Message 2 of 2

JordanLJohnson
Autodesk
Autodesk
Accepted solution

It looks like this command broke when we switched to compiled FlexScript. I'll add a case to the dev list to fix it.

It may be possible to use the dll maker to call this code.

.


Jordan Johnson
Principal Software Engineer
>

0 Likes