ExcelMerge

Table of Contents

Note
This tool is part of the GAMS Tools Library. Please inspect the general information about GAMS Tools.

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

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.