Skip to main content

XlsxExportOptions Class

Contains options which define how grid data is exported to XLSX format.

Namespace: DevExpress.Mobile.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

public class XlsxExportOptions :
    DataAwareExportOptionsBase

The following members return XlsxExportOptions objects:

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

To export data from the GridControl to XLSX format, use the GridControl.ExportToExcel method with the ExportTarget.Xlsx value passed as the format parameter.

To specify XLSX export settings, create an instance of the XlsxExportOptions class and assign it to the GridControl.OptionsExportXlsx property.

See Also