ExcelTalk
Table of Contents
- Note
- This tool is part of the GAMS Tools Library. Please inspect the general information about GAMS Tools.
Performs command on an Excel workbook specified by filename.
Usage
Command line:
gamstool [win32.]ExcelTalk command filename
Compile time:
$callTool [win32.]ExcelTalk command filename
Execution time:
executeTool '[win32.]ExcelTalk command filename';
The following commands are recognized:
Command Description close
Close workbook ignoring changes. saveAndclose
Ask Excel to save & close the workbook.
Example: Save and close an Excel workbook
$callTool win32.ExcelTalk saveAndClose myFile.xlsx