Originally posted by: oubax
Hi,
I am trying to write the result of my cplex code, in excel spreadsheet (2013) using the example:
SheetConnection sheetData("C:\\ILOG_Files\\myExcelFile.xls");
prods to SheetWrite(sheetData,"Product");
But the problem is when i run cplex, the code read from excel but it can not write, and I'm receiving message " there no registered OLE editor that can open the file".
Thank you.
#CPLEXOptimizers#DecisionOptimization