Skip to content

Insert Sheet

Inserts a new worksheet into the workbook with the specified name and optional position. Use this activity when you need to add a new sheet to the workbook.

Properties

NameDescriptionRequired
PositionOptional index position where the new sheet will be inserted (1-based). If not provided or less than 1, the sheet is added at the end of the workbook.
Sheet NameName of the new worksheet to be inserted. This property is required and must be unique within the workbook.☑️