$CALL GDXXRW.EXE CoalHeat2004.xlsx par=total rng=Total!a1:o165 Rdim=1 Cdim=1
$CALL GDXXRW.EXE CoalHeat2004.xlsx par=internal rng=IEA_Internal!a1:o127 Rdim=1 Cdim=1
$CALL GDXXRW.EXE CoalHeat2004.xlsx par=external rng=IEA_ThirdParty!a1:o127 Rdim=1 Cdim=1
Hi Kibry
If you use the unload command, you can save all parameters in the same gdx file. After that you call the gdx command to write the stuff to your excel sheets:
parameter total, check;
total = 1;
check = 3;
execute_unload "results.gdx", total,check;
$call gdxxrw.exe i=results.gdx o=results.xlsx par=total rng=Total!a1
$call gdxxrw.exe i=results.gdx o=results.xlsx par=check rng=Total!b1
* Or using a put file
$onecho > taskout.txt
par = total rng=Total!a1
par =check rng=Total!b1
$offecho
execute 'gdxxrw.exe o=results.xlsx i=results.gdx @taskout.txt'
Hope this helps
Cheers
Renger
--
You received this message because you are subscribed to the Google Groups "gamsworld" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
gamsworld+...@googlegroups.com.
To post to this group, send email to
gams...@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.