Back to Devexpress

XlDocumentFormat Enum

corelibraries-devexpress-dot-export-dot-xl-bedf2c61.md

latest1.5 KB
Original Source

XlDocumentFormat Enum

Lists values used to specify the document format.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlDocumentFormat
vb
Public Enum XlDocumentFormat

Members

NameDescription
Xlsx

The OpenXML file format for the workbook (default MS Excel 2007 format). File extension - .xlsx.

| | Xls |

MS Excel 97-2003 binary file format.

| | Csv |

The CSV format (Comma-Separated Values) - the file format to store tabular data as plain text using commas as separators between cells.

|

The following properties accept/return XlDocumentFormat values:

Remarks

To set the document format to which a spreadsheet should be exported, use the XlExport.CreateExporter method.

See Also

DevExpress.Export.Xl Namespace