start_row method
start_row
Prepares to process a row.
Returns
whether this row(properties or cells data) needs to be processed. false to ignore this row and its cells and check the next row.
def start_row(self, row_index):
...
Parameter | Type | Description |
---|---|---|
row_index | int | the index of next row to be processed |
See Also
- module
aspose.cells
- class
LightCellsDataHandler