Back to Devexpress

DocumentFormat Fields

officefileapi-devexpress-dot-spreadsheet-dot-documentformat-dot-underscore-fields.md

latest2.3 KB
Original Source

DocumentFormat Fields

A document format.

NameDescription
Csv staticComma Separated Values - the plain text format that uses commas as separators between cell values. File extension - .csv.
OpenXml staticMicrosoft Office Open XML format - the default file format starting with Microsoft Excel 2007. File extension - .xlsx.
Text staticTab Delimited Text - the plain text format that uses tab characters as separators between cell values. File extension - .txt.
Undefined staticThe document format is undefined.
Xls staticMicrosoft Excel 97-2003 binary file format (import/export), or Microsoft Excel 5.0/95 binary file format (import only). File extension - .xls.
Xlsb staticMicrosoft Excel 2007-2010 binary file format (BIFF12). File extension - .xlsb.
Xlsm staticMicrosoft Office Open XML macro-enabled format. File extension - .xlsm.
Xlsx staticMicrosoft Office Open XML format - the default file format starting with Microsoft Excel 2007. File extension - .xlsx.
Xlt staticMicrosoft Excel 97-2003 template file. File extension - .xlt.
Xltm staticMicrosoft Office Open XML macro-enabled template file. File extension - .xltm.
Xltx staticMicrosoft Office Open XML template file. File extension - .xltx.
XmlSpreadsheet2003 staticXML Spreadsheet 2003 file format. File extension - .xml.

See Also

DocumentFormat Struct

DocumentFormat Members

DevExpress.Spreadsheet Namespace