IDataAwareExportableXlsx.Export(Stream, XlsxExportOptionsEx) Method
Performs data-aware export to the XLSX format.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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