GDXXRWExample12 : Illustrates the use of merge and clear option
This program illustrates the use of merge and clear option.
Files: GDXXRWExample12.gms Test2.xls Test2.gdx
$ontext
This program illustrates the use of merge and clear option.
$offtext
* merges data
$call GDXXRW i=test2.gdx o=test2.xls par=V rng=sheet2!a1 merge
* to clear, comment above line and uncomment below line
*$call GDXXRW i=test2.gdx o=test2.xls par=V rng=sheet2!a1 clear