TreeListExtension.ExportToXlsx(TreeListSettings, XlsxExportOptions) Method
In This Article
Exports the TreeList’s data to XLSX, based on the provided settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static ActionResult ExportToXlsx(
TreeListSettings settings,
XlsxExportOptions exportOptions
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Tree |
A Tree |
export |
Xlsx |
An Xlsx |
#Returns
Type | Description |
---|---|
Action |
A Action |
See Also