Originally posted by: SystemAdmin
Hi all,
I have a problem where solution array (2D) has variable width. I'm using sheetwrite to work with the solution, but i've found that apparently it doesn't support using a string variable to specify the array lenght. Here is an example of what i want to do:
Result = {"anything"};
SheetConnection sheet2("Solution.xlsx");
Qproduct to SheetWrite(sheet2,Result);
Is there anyway that Aheetwrite accepts array dimensio parameter (in this case Result) as a string variable instead of a fixed array or named excel array?
Many thanks for your help!
#DecisionOptimization#OPLusingCPLEXOptimizer