Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

DocumentFormat Fields

A document format.
Name Description
Csv static The CSV format (Comma-Separated Values) - the file format to store tabular data as plain text using commas as separators between cells.
OpenXml static The OpenXML file format (aka default MS Excel 2007 format or .xlsx).
Text static The TXT format (Tab Delimited) - the file format to store tabular data as plain text using tab characters as separators between cells.
Undefined static The document format is undefined.
Xls static MS Excel 97-2003 binary file format.
Xlsm static The OpenXML file format for macro-enabled workbook. File extension .xlsm.
Xlsx static The OpenXML file format for the workbook (default MS Excel 2007 format). File extension - .xlsx.
Xlt static The file format for the Excel macro sheet (Microsoft Excel 97-2003 Template). File extension - .xlt.
Xltm static The OpenXML file format for macro-enabled template; same as xltx but may contain macros and scripts. File extension .xltm.
Xltx static The OpenXML file format for the template (MS Excel 2007 template). File extension - .xltx.
See Also