menu

Document Processing

ExcelParseOptions Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelParseOptions Class

    Parsing options.

    Inheritance
    System.Object
    ExcelParseOptions
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved