Skip to main content

Create Sheet

Creates a new sheet in an existing Excel file.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Excel File Descriptor - ID of the Excel file to add the new sheet to. This ID is generated by the Open Excel or the Create Excel node.
  • Sheet - The name of the new sheet to create.

Output

  • Excel File Descriptor - ID of the updated Excel file containing the new sheet.

Options

  • Switch To Sheet - If true, the newly created sheet will be selected after it is created. If false, no changes in sheet selection will be made.