Class ExcelParseOptions
Parsing options.
Inheritance
System.Object
ExcelParseOptions
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelParseOptions : Enum
Fields
Default
Represents the Default parse option.
Declaration
public const ExcelParseOptions Default
Field Value
Type |
---|
ExcelParseOptions |
DoNotParseCharts
Represents the DoNotParseCharts parse option
Declaration
public const ExcelParseOptions DoNotParseCharts
Field Value
Type |
---|
ExcelParseOptions |
DoNotParsePivotTable
Preserves the Pivot table.
Declaration
public const ExcelParseOptions DoNotParsePivotTable
Field Value
Type |
---|
ExcelParseOptions |
ParseWorksheetsOnDemand
Parses the sheet when accessed.
Declaration
public const ExcelParseOptions ParseWorksheetsOnDemand
Field Value
Type |
---|
ExcelParseOptions |
SkipStyles
Represents the SkipStyles parse option
Declaration
public const ExcelParseOptions SkipStyles
Field Value
Type |
---|
ExcelParseOptions |
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.
Declaration
public const ExcelParseOptions StringsReadOnly
Field Value
Type |
---|
ExcelParseOptions |