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

IDataAwareExportableXlsx.Export(Stream, XlsxExportOptionsEx) Method

Performs data-aware export to the XLSX format.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

void Export(
    Stream stream,
    XlsxExportOptionsEx options
)

Parameters

Name Type Description
stream Stream

A Stream object specifying the XLSX export result.

options XlsxExportOptionsEx

An XlsxExportOptions object which defines how a document is exported to XLSX format.

See Also