ExcelMerge

Table of Contents

Merges the sheets of the source Excel workbook into the destination workbook.

Note

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.