GridViewExtension.WriteXlsx(GridViewSettings, Object, Stream, XlsxExportOptions) Method
Exports data to a stream in XLSX format with the specified export settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static void WriteXlsx(
GridViewSettings settings,
object dataObject,
Stream stream,
XlsxExportOptions exportOptions
)
Parameters
| Name | Type |
|---|---|
| settings | GridViewSettings |
| dataObject | Object |
| stream | Stream |
| exportOptions | XlsxExportOptions |
See Also