Skip to main content

DataViewBase.ExportToXlsx(String, XlsxExportOptions) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

For internal use only.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll

Declaration

public abstract void ExportToXlsx(
    string filePath,
    XlsxExportOptions options
)

Parameters

Name Type
filePath String
options XlsxExportOptions

Remarks

To export grid data to XLSX, use the ExportToXlsx method of a particular grid view.

See Also