Hi there,
I am struggling with importing parameter values from excel. I have been trying to use the following command:
$libinclude xlimport parameter name.xlsx Tab!Range ;
What I get is an Error 282:
Unable to open include file
Hint: Does the filename need to be quoted?
I checked the name, range etc multiple times and I am sure that its correct. Also tried to set names for the range in excel and reference it in the above command. The xlsx is located in the same folder as the .gms file. Do I have to explicitly reference the directory?
Any help is appreciated!
Thanks in advance,
Felix
PS: I am using Mac, if this is by any chance relevant for this issue.