start_sheet method
start_sheet
Starts to process a worksheet.
Returns
whether this sheet’s cells data needs to be processed. false to ignore this sheet.
def start_sheet(self, sheet):
...
Parameter | Type | Description |
---|---|---|
sheet | Worksheet | the worksheet to read cells data. |
Remarks
It will be called before reading cells data of a worksheet.
See Also
- module
aspose.cells
- class
LightCellsDataHandler