ITreeList.ExportToXlsxAsync Method
| Name | Parameters | Description |
|---|---|---|
| ExportToXlsxAsync(Stream, TreeListXlExportOptions) | stream, options | Exports TreeList data in XLSX format to a stream. |
| ExportToXlsxAsync(String, TreeListXlExportOptions) | fileName, options | Exports TreeList data in XLSX format and downloads the resulting file to the client machine. |