Skip to main content

TreeListExtension.WriteXlsx(TreeListSettings, Stream) Method

Exports the TreeList’s data to a stream in XLSX with the specified export settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static void WriteXlsx(
    TreeListSettings settings,
    Stream stream
)

Parameters

Name Type Description
settings TreeListSettings

A TreeListSettings object that contains Tree List settings.

stream Stream

A Stream object to which the data is exported.

See Also