Number and Names of Sheets#
Get the number and names of sheets in an Excel document.
| Document link | [Link] 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. |
| Include hidden sheets | If enabled, hidden sheets will also be included in the list; otherwise, they will be skipped. |
| Count | [Number] Returns the number of sheets in the Excel document. |
| Sheet names | [List] A list of sheet names in the Excel document. |
| Error handling level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message level | Select the message level that blocks will output during operation. Possible values:
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 work. |