Originally posted by: gregkwaste
I am trying pare data directly from excel files, but for some reason I always get the "Exception from IBM ILOG Concert: Problem accessing the Excel file." error.
At first I was thinking that its my file's format or any false values in there, but i just found out about the oil example provided with CPLEX that supposedly reads from an xls file and to my great surprise I still get this error.
This line is enough to trigger the error :
SheetConnection sheet("oilSheet.xls");
Does anybody have a clue what is going on? Has something changed in 12.8 regarding excel files?
thanks in advance
#DecisionOptimization#OPLusingCPLEXOptimizer