FileFormatType enumeration
FileFormatType enumeration
Enumerates spreadsheet file format types
The FileFormatType type exposes the following members:
Fields
| Field | Description |
|---|---|
| VDX | MS Visio VDX xml format. |
| VSD | MS Visio VSD binary format. |
| VSX | MS Visio VSX xml stencil format. |
| VSS | MS Visio VSS binary stencil format. |
| VTX | MS Visio VTX xml template format. |
| VST | MS Visio VST binary template format. |
| VDW | MS Visio VDW web drawing format. |
| VSDX | MS Visio 2013 VSDX file format. |
| VSTX | MS Visio 2013 VSTX Template file format. |
| VSSX | MS Visio 2013 VSSX file format. |
| CSV | Represents a CSV file. The file format is not supported Only for detecting file type. |
| XLSX | Represents an xlsx file. |
| XLSM | Represents an xlsm file which enable macros. |
| XLTX | Represents a template xltx file. |
| XLTM | |
| XLAM | Represents a addinMacro-enabled template xltm file. |
| TAB_DELIMITED | |
| HTML | Represents a html file. |
| ODS | Represents a ods file. |
| EXCEL_97_TO_2003 | Represents an Excel97-2003 xls file. |
| EXCEL_2003XML | Represents an Excel 2003 xml file. |
| XLSB | Represents an xlsb file. |
| UNKNOWN | |
| Represents a Pdf file. | |
| XPS | Represents an XPS file. |
| TIFF | Represents a TIFF file. |
| SVG | Represents a svg file. |
| DOCX | Represents a docx file. |
| DIF | Data Interchange Format. |
| DOC | Represents a doc file. |
| PPT | Represents a ppt file. |
| MAPI_MESSAGE | Represents a email file. |
| MS_EQUATION | Represents the MS Equation 3.0 object. |
| OLE_10_NATIVE | Represents the embedded native object. |
| DOCM | Represents a docm file. |
| DOTX | Represents a dotx file. |
| DOTM | Represents a dotm file. |
| PPTM | Represents a pptm file. |
| POTX | Represents a Potx file. |
| POTM | Represents a Potm file. |
| PPSX | Represents a ppsx file. |
| PPSM | Represents a ppsm file. |
| OOXML | Represents office open xml file(such as xlsx, docx,pptx, etc). |
| VSDM | MS Visio 2013 VSDM file format. |
| VSSM | MS Visio 2013 VSSM file format. |
| VSTM | MS Visio 2013 VSTM file format. |
| XML | Represents an simple xml file. |
| SLDX | Represents a sldx file. |
| PPTX | Represents a pptx file. |
See Also
- module aspose.diagram