Page 1 of 1

using GDXXRW on Linux Ubuntu

Posted: Fri Oct 04, 2019 1:45 pm
by mh.akbari
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!

Re: using GDXXRW on Linux Ubuntu

Posted: Tue Nov 19, 2019 6:25 pm
by achristensen
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

Code: Select all

pip install gdxtools
Example file: https://github.com/boxblox/gdxtools

best,
adam