Aspose::Cells::FileFormatType enum

FileFormatType enum

Represents the file format types.

enum class FileFormatType

Values

NameValueDescription
Csv1
Comma-Separated Values(CSV) text file.
Xlsx6
Office Open XML SpreadsheetML file (macro-free).
Xlsm7
Office Open XML SpreadsheetML Macro-Enabled file.
Xltx8
Office Open XML SpreadsheetML Template (macro-free).
Xltm9
Office Open XML SpreadsheetML Macro-Enabled Template.
Xlam10
Office Open XML SpreadsheetML addinMacro-Enabled file.
Tsv11
Tab-Separated Values(TSV) text file.
TabDelimited11
Tab-Separated Values(TSV) text file, same with Tsv.
Html12
HTML format.
MHtml17
MHTML (Web archive) format.
Ods14
Open Document Sheet(ODS) file.
Excel97To20035
Excel97-2003 spreadsheet file.
SpreadsheetML15
Excel 2003 XML Data file.
Xlsb16
The Excel Binary File Format (.xlsb)
Unknown255
Represents unrecognized format, cannot be loaded.
Pdf13
PDF (Adobe Portable Document) format.
Xps20
XPS (XML Paper Specification) format.
Tiff21
Represents a TIFF file.
Svg28
SVG file.
Excel9522
Represents an Excel95 xls file.
Excel423
Represents an Excel4.0 xls file.
Excel324
Represents an Excel3.0 xls file.
Excel225
Represents an Excel2.1 xls file.
Pptx26
Represents a pptx file.
Docx27
Represents a docx file.
Dif30
Data Interchange Format.
Doc31
Represents a doc file.
Ppt32
Represents a ppt file.
MapiMessage33
Represents a email file.
MsEquation34
Represents the MS Equation 3.0 object.
Ole10Native35
Represents the embedded native object.
Vsd36
Represents MS Visio VSD binary format.
Vsdx37
Represents MS Visio 2013 VSDX file format.
Docm38
Represents a docm file.
Dotx39
Represents a dotx file.
Dotm40
Represents a dotm file.
Pptm41
Represents a pptm file.
Potx42
Represents a Potx file.
Potm43
Represents a Potm file.
Ppsx44
Represents a ppsx file.
Ppsm45
Represents a ppsm file.
Ooxml46
Represents office open xml file(such as xlsx, docx,pptx, etc).
Odt47
Represents an ODT file.
Odp48
Represents a ODP file.
Odf49
Represents an ODF file.
Odg50
Represents an ODG file.
Xml51
Represents a simple xml file.
Xlt52
Excel97-2003 spreadsheet template.
Ott53
Represents an OTT file.
Bmp54
Represents a BMP file.
Ots55
Represents an ots file.
Numbers56(Deprecated - Use FileFormatType.Numbers09 instead. )
Represents Numbers 9.0 file format by Apple Inc.
Numbers0956
Represents Numbers 9.0 file format by Apple Inc.
Markdown57
Represents markdown document.
GraphChart58
Represents embedded graph chart.
Fods59
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
Sxc60
Represents StarOffice Calc Spreadsheet (.sxc) file format.
Otp61
Represents a OTP file.
Numbers3562
Represents Numbers 3.5 file format since 2014 by Apple Inc.
Emf258
Windows Enhanced Metafile.
Wmf259
Windows Metafile.
Jpg261
JPEG JFIF.
Png262
Portable Network Graphics.
Gif322
Gif.
WebP323
Webp.
Json513
Json.
SqlScript514
Sql.
XHtml771
Rrepesents XHtml file.
OneNote772
Rrepesents One Note file.
MicrosoftCabinet773
Rrepesents Microsoft Cabinet file.
Rtf774
Epub775
EPUB.
Azw3777
AZW3.
Oxps776
OXPS (Open XML Paper Specification) format.
GZip35615
Rrepesents GZip file.

See Also