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):
    ...
ParameterTypeDescription
sheetWorksheetthe worksheet to read cells data.

Remarks

It will be called before reading cells data of a worksheet.

See Also