Class ExcelFileFormat
Enum that represents the Excel file format which will be used for new workbook creation.
XLS or XLSX (preferred).
Inheritance
System.Object
ExcelFileFormat
Namespace: IronXL
Assembly: IronXL.dll
Syntax
public sealed class ExcelFileFormat : Enum
Fields
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
XLS
Option stands for the old XLS Excel format (1997-2003)
Declaration
public const ExcelFileFormat XLS
Field Value
Type | Description |
---|---|
ExcelFileFormat |
XLSX
Option stands for the new XLSX Excel format (2007+)
Declaration
public const ExcelFileFormat XLSX
Field Value
Type | Description |
---|---|
ExcelFileFormat |