Enum ExcelParseOptions
Parsing options.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum ExcelParseOptions
Fields
Name | Description |
---|---|
Default | Represents the Default parse option. |
DoNotParseCharts | Represents the DoNotParseCharts parse option |
DoNotParsePivotTable | Preserves the Pivot table. |
ParseWorksheetsOnDemand | Parses the sheet when accessed. |
SkipStyles | Represents the SkipStyles parse option |
StringsReadOnly | This is special mode. In this mode user can't modify strings or add new strings (numbers and other types are ok), but it gives more speed and less memory usage. |