Skip to main content

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.