ExcelWorksheet_CopyFromAnotherWorksheet

Description

Copies a worksheet from an Excel workbook (WorkbookSource) to another (Workbook).


Destination

Workbook InArgument<Workbook> REQUIRED

The destination workbook.

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


Source

NewWorksheetName InArgument<String> REQUIRED

The name of the worksheet to copy.

WorkbookSource InArgument<Workbook> REQUIRED

The source workbook.

WorkSheetSourceToCopy InArgument<WorksheetInfo> REQUIRED

The worksheet to copy.