LightCellsDataHandler.StartSheet

LightCellsDataHandler.StartSheet method

Starts to process a worksheet.

public bool StartSheet(Worksheet sheet)
ParameterTypeDescription
sheetWorksheetthe worksheet to read cells data.

Return Value

whether this sheet’s cells data needs to be processed. false to ignore this sheet.

Remarks

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

See Also