Hi everyone.
I am using LibreOffice instead of Microsoft Office Excell, for some reasons.
How can i upload data from LibreOffice to my gams model?
Normally I am using below code but this is not working anymore.
parameter
a(i) people of i /
$call xls2gms r=a2:b10 i=excel_name.xlsx o=peoplex.inc
$include peoplex.inc
/;