Aspose::Cells::LoadOptions::GetKeepUnparsedData method
LoadOptions::GetKeepUnparsedData method
Whether keep the unparsed data in memory for the Workbook when it is loaded from template file. Default is true.
bool Aspose::Cells::LoadOptions::GetKeepUnparsedData()
Remarks
For scenarios that user only needs to read some contents from template file and does not need to save the workbook back, set this property as false may improve performance, especially when using it together with some kind of LoadFilter,
See Also
- Class Vector
- Class LoadOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++