menu

WPF

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

    Show / Hide Table of Contents

    Enum ExcelOpenType

    Represents excel open type.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelOpenType

    Fields

    Name Description
    Automatic

    Automatically indicates open type.

    BIFF

    Represents BIFF open type.

    CSV

    Represents CSV open type. If data in the file exceeds worksheet limits, excepion will be thrown.

    SpreadsheetML

    Represents SpreadsheetML open type.

    SpreadsheetML2007

    Represents SpreadsheetML that is used in Excel 2007 (Office Open XML format).

    SpreadsheetML2010

    Represents SpreadsheetML that is used in Excel 2010 (Office Open XML format).

    TSV

    Represents TSV open type. If data in the file exceeds worksheet limits, exception will be thrown.

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