Originally posted by: giannil
Hello,
We tried to connect to an excel file but Cplex doesn't find the excel file.
This is our datafile :
SheetConnection sheet("Bewerkte Data.xlsx");
AantalFG = 84;
AantalPodia = 2;
AantalTijdsblokken = 3;
AantalArtiesten = 6;
Voorkeuren from SheetRead(sheet,"Tomorrowland!B2:G85");
Why doesn't cplex find the file?
In attachments you will find the excelfile
Thanks‹
#CPLEXOptimizers#DecisionOptimization