Get Worksheet Names
Command description
Gets the active worksheet name or all worksheet names.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Excel Object | ExcelApp | |
| Worksheet Range | enum | Active Sheet, All Sheets |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| Worksheet Name | list[str] or str | A string for Active Sheet; a list of strings for All Sheets |
tip
The default openpyxl mode does not require Microsoft Office or Kingsoft WPS. If you select Office or WPS when opening the spreadsheet, Runavelo uses that application to process the data.