Add Sheet#

Add a sheet to an Excel document.

Document link[Link] A link to the document currently being worked on. The variable name in this property must match the variable name in the "Document link" property of the "Create Document" or "Open Document" blocks from the Excel group that were previously used to create or open this document.
Sheet name[Text] The name of the sheet to be added to the Excel document.
Sheet index[Number] Returns the index of the inserted sheet in the Excel document.
Error handling level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message level

Select the message level that the blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error text[Text] Returns detailed information about the error in case of incorrect execution of the block's operation.