Skip to main content
A newer version of this page is available. .

ExcelDocumentFormat Enum

Lists values that specify the format of the document used to supply the ExcelDataSource with data.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v18.1.dll

Declaration

public enum ExcelDocumentFormat

Members

Name Description
Xls

The XLS format.

Xlsx

The XLSX format.

Xlsm

The XLSM format.

Csv

The CSV format.

Remarks

Values listed in this enumeration are used to set the ExcelDataSource.StreamDocumentFormat property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ExcelDocumentFormat enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also