Skip to main content

Create Excel

Creates a new 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 the 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 Path - Path of the new excel file to create.

Output

  • Excel File Descriptor - Created excel file descriptor id.

Options

  • Overwrite If Exists - Overwrites the existing file if the file path already exists.