Originally posted by: zileibinghen
Good Day ,
I am using the IBM ILOG CPLEX optimizaton Studio. I want to read data from Excel. But there is a problem and how can I deal with it.
My code:
SheetConnection my_sheeet("formaldata.xlsx");
ECapacity from SheetRead(sheet,"shuju!A24:B24");
My problem:
Com Exception:
Code = -2,147,467,261
Code meaning = 无效指针
xlsFile = E:\CPLEX\transportation\formaldata.xlsx
Thank you,
Regards,
#CPLEXOptimizers#DecisionOptimization