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