Click or drag to resize

FileFormat Enumeration

Represents possible excel versions.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum FileFormat
Members
Member name Value Description
Xlsb2007 0 Represents excel version 2007 xlsb
Xlsb2010 1 Represents excel version 2010 xlsb
ODS 2 OpenOffice Spreadsheet documents
CSV 3 CSV file.
XML 4 Xml file
PDF 5 PDF file
Bitmap 6 Bitmap file
XPS 7 XPS file
HTML 8 SVG file
Version97to2003 9 Represents excel version 97-2003.
Version2007 10 Represents excel version 2007.
Version2010 11 Represents excel version 2010.
Version2013 12 Represents excel version 2013.
Version2016 13 Represents excel version 2016.
PostScript 14 PostScript file
OFD 15 Open Fixed-layout Document (OFD) format.
PCL 16 Represents PCL file.
Xlsm 17 Represents an Excel file with macros enabled, typically used for running VBA scripts or automating tasks within the spreadsheet.
ET 18 Represents ET file.
ETT 19 Represents ETT file.
UOS 20 UOF Spreadsheet (UOS) format.
XLT 21 Represents the XLT file format, which is a template file used by Microsoft Excel for creating new spreadsheets. XLT files can contain predefined styles, formulas, and other settings that can be reused in new Excel workbooks.
XLTX 22 Represents an Excel Open XML Template file format (.xltx). This file type is used for creating templates in Microsoft Excel that do not contain any macro-enabled content.
XLTM 23 Represents the XLTM file format, which is a template file used by Microsoft Excel.
Markdown 24 Represents Markdown file.
See Also