LoadOptionsKeepUnparsedData Property |
Whether keep the unparsed data in memory for the Workbook when it is loaded from template file. Default is true.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic bool KeepUnparsedData { get; set; }
Public Property KeepUnparsedData As Boolean
Get
Set
public:
property bool KeepUnparsedData {
bool get ();
void set (bool value);
}
member KeepUnparsedData : bool with get, set
Property Value
Type:
Boolean
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