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):
    ...
ParameterTypeDescription
row_indexintthe index of next row to be processed

See Also