Aspose::Cells::LightCellsDataHandler::StartSheet method

LightCellsDataHandler::StartSheet method

Starts to process a worksheet.

virtual bool Aspose::Cells::LightCellsDataHandler::StartSheet(Worksheet &sheet)=0
ParameterTypeDescription
sheetWorksheet&the worksheet to read cells data.

ReturnValue

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