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

GridViewExtension.WriteXlsx(GridViewSettings, Object, Stream, XlsxExportOptions) Method

OBSOLETE

Use another overload of this method instead.

Exports data to a stream in XLSX format with the specified export settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

[Obsolete("Use another overload of this method instead.", true)]
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