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

ExcelFormat Enum

Lists values that specify the Excel format used for exporting.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum ExcelFormat

Members

Name Description
Csv

A comma-separated values (CSV) file format.

Xls

The Excel 97 - Excel 2003 (XLS) file format.

Xlsx

The Office Excel 2007 XML-based (XLSX) file format.

Remarks

Values listed by this enumeration are used to set the ExcelExportOptions.Format property.

See Also