Skip to main content
A newer version of this page is available. .

TreeListExtension.WriteXlsx Method

Name Parameters Description
WriteXlsx(TreeListSettings, Stream, XlsxExportOptions) static settings, stream, exportOptions Exports the TreeList’s data to a stream in XLSX with the specified export settings.
WriteXlsx(TreeListSettings, Stream) static settings, stream Exports the TreeList’s data to a stream in XLSX with the specified export settings.
WriteXlsx(TreeListSettings, Object, Stream, XlsxExportOptions) static settings, dataObject, stream, exportOptions Exports the TreeList’s data to a stream in XLSX with the specified export settings.
WriteXlsx(TreeListSettings, Object, Stream) static settings, dataObject, stream Exports the TreeList’s data to a stream in XLSX with the specified export settings.