Originally posted by: oubax
Hi,
I want to create new file excel for every run of opl code, the problem is that i can write the result in every new file but i do not know how to do it into the right place.
ofile.writeln(thisOplModel.printSolution() this is the function that I'm using to print solutions.
But for example if i have a variable called X that i want to put it in the first case of my new excel file ( X in A1 of ofile ).
Thank you.
#DecisionOptimization#OPLusingCPLEXOptimizer