ExcelMerge
Merges the sheets of the source Excel workbook into the destination workbook.
- Note
- This tool is part of the GAMS Tools Library. Please inspect the general information about GAMS Tools.
- ExcelMerge is available on Windows only.
Usage
Command line:
gamstool [win32.]ExcelMerge source destination
Compile time:
$callTool [win32.]ExcelMerge source destination
Execution time:
executeTool '[win32.]ExcelMerge source destination';
Argument Description source
Source workbook. destination
Destination workbook.
Example
A model utilitzing ExcelMerge can be found in a GAMS Connect example.