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.2.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.

See Also