ExcelWorksheet_Add

Description

Adds a Worksheet to a Workbook.


Misc


Workbook

Workbook InArgument<Workbook> REQUIRED

The workbook where to add the worksheet.

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

Worksheet

CodeName InArgument<String>

The code name of the Worksheet.

Name InArgument<String> REQUIRED

The name of the Worksheet.