Hello everyone, i have a problem with the execution speed of xls2gms.In the first execution, it works well, but when i execute again, it works very slow.
Its not problem with my code because in first time execution work perfectly.
Please any help will be appreciated.
Daniel
\
dear Daniel,
xls2gms is very slow indeed. We also had problems with it. I would recommend you to use the GDX instead :
Parameter A(r,s,rr)
$libinclude xlimport A DATABase\AAA.xlsx a1…K16
execute_unload ‘A.gdx’ A;
After the dataread and conversion is done you can disable the first 2 lines
*$libinclude xlimport A DATABase\AAA.xlsx a1…K16
*execute_unload ‘A.gdx’ A;
and use this:
$gdxin DATABase\A
$load A
display A;
2014-05-10 20:59 GMT+02:00 Daniel Jimenez :
Hello everyone, i have a problem with the execution speed of xls2gms.In the first execution, it works well, but when i execute again, it works very slow.
Its not problem with my code because in first time execution work perfectly.
Please any help will be appreciated.
Daniel
\
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.