menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelParseOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved