Skip to main content
.NET 6.0+

IDataAwareExportableXlsx.Export(Stream, XlsxExportOptionsEx) Method

Performs data-aware export to the XLSX format.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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