process_row method

process_row

Starts to process one row.

Returns

whether this row’s cells need to be processed. false to ignore all cells in this row.

def process_row(self, row):
    ...
ParameterTypeDescription
rowRowRow object which is being processed currently.

Remarks

It will be called after row’s properties such as height, style, …etc. have been read. However, cells in this row has not been read yet.

See Also