Create Sheet Activity
The Create Sheet activity enables users to generate new worksheets within an existing Excel file. This activity ensures proper organization and data segregation by allowing the specification of a unique sheet name.
| Field | Description | Requirement |
|---|---|---|
| Excel Name | The reference name of the Excel file that has already been opened or created. | Required |
| Sheet Name | The name of the page 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
Technical Notes
No specific technical notes are provided for this activity in the raw input.