ExcelWorkbook_Save

Description

Saves a workbook in a local file.


Input

Workbook InArgument<Workbook> REQUIRED

The workbook to save.

It is possible to obtain a new workbook with the activity ExcelWorkbook_New or to get it from an existing file with ExcelWorkbook_Get.

Misc


Output file

DocumentFormat EDocumentFormat

Specifies in which format to save the document.

OutputFileName InArgument<String> REQUIRED

The server path of the file where to save the workbook.