Skip to main content

Append Excel

Appends data from a sheet in one excel file to another 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 the ContinueOnError property is true, the automation will not catch any errors even if a Catch node is used.

Input

  • First File Descriptor - Descriptor of the first excel file.
  • First Sheet Name - Name of the sheet in the first excel file to append data from.
  • Second File Descriptor - Descriptor of the second excel file.
  • Second Sheet Name - Name of the sheet in the second excel file to append data to.
info

Excel File Descriptor is the output of the Open Excel node.