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