get_worksheet_cells method
get_worksheet_cells
Extracts worksheet cells.
Returns
A collection of instances of WorksheetCell class that contains the cell data.
def get_worksheet_cells(self, worksheet_index):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int | The zero-based index of the worksheet. |
get_worksheet_cells
Extracts worksheet cells using customization options.
Returns
A collection of instances of WorksheetCell class that contains the cell data.
def get_worksheet_cells(self, worksheet_index, options):
...
| Parameter | Type | Description |
|---|---|---|
| worksheet_index | int | The zero-based index of the worksheet. |
| options | groupdocs.parser.options.WorksheetOptions | The customization options. |
See Also
- module
groupdocs.parser - class
Parser - class
WorksheetCell