using GDXXRW on Linux Ubuntu

questions about GAMS' tools
Post Reply
mh.akbari
User
User
Posts: 5
Joined: 4 years ago

using GDXXRW on Linux Ubuntu

Post 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!
achristensen
User
User
Posts: 18
Joined: 4 years ago
Location: Fairfax, VA

Re: using GDXXRW on Linux Ubuntu

Post 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
Post Reply