Class ExcelVersion
Represents possible excel versions.
Inheritance
System.Object
    ExcelVersion
  Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelVersion : Enum
  Fields
Excel2007
Represents Excel version 2007.
Declaration
public const ExcelVersion Excel2007
  Field Value
| Type | 
|---|
| ExcelVersion | 
Excel2010
Represents Excel version 2010.
Declaration
public const ExcelVersion Excel2010
  Field Value
| Type | 
|---|
| ExcelVersion | 
Excel2013
Represents Excel version 2013.
Declaration
public const ExcelVersion Excel2013
  Field Value
| Type | 
|---|
| ExcelVersion | 
Excel2016
Represents Excel version 2016.
Declaration
public const ExcelVersion Excel2016
  Field Value
| Type | 
|---|
| ExcelVersion | 
Excel97to2003
Represents Excel version 97-2003.
Declaration
public const ExcelVersion Excel97to2003
  Field Value
| Type | 
|---|
| ExcelVersion | 
Xlsx
Represents Excel version 2019 and above versions.
Declaration
public const ExcelVersion Xlsx
  Field Value
| Type | 
|---|
| ExcelVersion |