get_worksheet_info method
get_worksheet_info
Extracts the info about all worksheets in the spreadsheet.
Returns
A collection of instances of WorksheetInfo class that contains the info about all worksheets in the spreadsheet.
def get_worksheet_info(self):
...
get_worksheet_info
Extracts the info about the worksheet.
Returns
An instance of WorksheetInfo class that contains the info about all worksheets in the spreadsheet.
def get_worksheet_info(self, worksheet_index):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int | The zero-based index of the worksheet. |
See Also
- module
groupdocs.parser - class
Parser - class
WorksheetInfo