Enum FileFormatType

FileFormatType enumeration

Enumerates spreadsheet file format types

public enum FileFormatType

Values

NameValueDescription
VDX0MS Visio VDX xml format.
VSD1MS Visio VSD binary format.
VSX2MS Visio VSX xml stencil format.
VSS3MS Visio VSS binary stencil format.
VTX4MS Visio VTX xml template format.
VST5MS Visio VST binary template format.
VDW6MS Visio VDW web drawing format.
VSDX7MS Visio 2013 VSDX file format.
VSTX8MS Visio 2013 VSTX Template file format.
VSSX9MS Visio 2013 VSSX file format.
CSV10Represents a CSV file. The file format is not supported Only for detecting file type.
Xlsx11Represents an xlsx file.
Xlsm12Represents an xlsm file which enable macros.
Xltx13Represents a template xltx file.
Xltm14Represents a macro-enabled template xltm file.
Xlam15Represents a addinMacro-enabled template xltm file.
TabDelimited16Represents a tab delimited text file.
Html17Represents a html file.
ODS18Represents a ods file.
Excel97To200319Represents an Excel97-2003 xls file.
Excel2003XML20Represents an Excel 2003 xml file.
Xlsb21Represents an xlsb file.
Unknown255Represents unrecognized format, cannot be loaded.
Pdf22Represents a Pdf file.
XPS23Represents an XPS file.
TIFF24Represents a TIFF file.
SVG25Represents a svg file.
Docx26Represents a docx file.
Dif27Data Interchange Format.
Doc28Represents a doc file.
Ppt29Represents a ppt file.
MapiMessage30Represents a email file.
MSEquation31Represents the MS Equation 3.0 object.
Ole10Native32Represents the embedded native object.
Docm33Represents a docm file.
Dotx34Represents a dotx file.
Dotm35Represents a dotm file.
Pptm36Represents a pptm file.
Potx37Represents a Potx file.
Potm38Represents a Potm file.
Ppsx39Represents a ppsx file.
Ppsm40Represents a ppsm file.
Ooxml41Represents office open xml file(such as xlsx, docx,pptx, etc).
VSDM42MS Visio 2013 VSDM file format.
VSSM43MS Visio 2013 VSSM file format.
VSTM44MS Visio 2013 VSTM file format.
XML45Represents an simple xml file.
SLDX46Represents a sldx file.
Pptx47Represents a pptx file.
Bmp54Represents a BMP file.
Emf258Windows Enhanced Metafile.
Wmf259Windows Metafile.
Jpg261JPEG JFIF.
Png262Portable Network Graphics.
Gif322Gif

See Also