Search found 2 matches

by Luby
6 years ago
Forum: Syntax
Topic: excel to gams
Replies: 12
Views: 19258

Re: excel to gams

Hi,
you can try with this code, for example:

table NAME(i,j)
$call =xls2gms r=sheet1!a1:b2 i=NAME_of_excel.xlsx o=name_what_ever_you_want.inc
$include name_what_ever_you_want.inc
;