Hello
is it possible to call GDXXRW.exe in gams linux version on ubuntu?
(there is a folder named gdxxrw in gams installation folder)
Thanks!
there isn’t a way to do this. I might suggest using python to read the excel file (the openpyxl package will work). then you can write a gdxfile with the gdxtools package
pip install gdxtools
Example file: https://github.com/boxblox/gdxtools
best,
adam