Enum ExcelFileFormat
Enum that represents the Excel file format which will be used for new workbook creation.
XLS or XLSX (preferred).
Namespace: IronXL
Assembly: IronXL.dll
Syntax
public enum ExcelFileFormat
Fields
Name | Description |
---|---|
XLS | Option stands for the old XLS Excel format (1997-2003) |
XLSX | Option stands for the new XLSX Excel format (2007+) |