Aspose::Cells::LightCellsDataHandler::StartSheet method
LightCellsDataHandler::StartSheet method
Starts to process a worksheet.
virtual bool Aspose::Cells::LightCellsDataHandler::StartSheet(Worksheet &sheet)=0
Parameter | Type | Description |
---|---|---|
sheet | Worksheet& | 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
- Class Vector
- Class Worksheet
- Class LightCellsDataHandler
- Namespace Aspose::Cells
- Library Aspose.Cells for C++