I'm to solve an optimization problem using Cplex.
In my file.dat I use SheetConnection my_sheet("ExcelFile.xls")
to link Excel file to my cplex program, and after that I use SheetRead()
to read data from Excel file.
But after I run my configuration I've got the following error:
"sheet data not supported on this platform"
"Processing failed"
I found that reading excel spreadsheet on ILOG CPLEX optimization studio is not supported on Linux
Any ideas please?