Create Sheet Activity
The Create Sheet activity enables users to add new sheets to an Excel file. It automatically appends the newly created sheet to the end of the existing sheets within the workbook.
| Field | Description | Requirement |
|---|---|---|
| Excel name | The reference name of the Excel file, which has already been opened or created, is selected from a dropdown. | Required |
| Sheet name | The desired name for the new sheet to be created in the Excel file. | Optional |
Action Types & Examples
Excel Name
- Format:
string - Example Result:
newExcel
Sheet Name
- Format:
string - Example Result:
NewSheet
Implementation Examples
Field Setup - Excel name: newExcel - Sheet name: NewSheet
Execution Parameters - Excel name: newExcel - Sheet name: NewSheet
Technical Notes
The activity ensures that new sheets are always added as the last sheet in the Excel workbook.