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