Skip to main content

TreeListExtension.ExportToXls Method

Name Parameters Description
ExportToXls(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, XlsExportOptions) static settings, createChildrenMethod, nodeCreatingMethod, exportOptions Exports the TreeList, which operates in virtual mode, to XLS, based on the provided settings.
ExportToXls(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, String, Boolean, XlsExportOptions) static settings, createChildrenMethod, nodeCreatingMethod, fileName, saveAsFile, exportOptions Exports the TreeList, which operates in virtual mode, to XLS, based on the provided settings.
ExportToXls(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod) static settings, createChildrenMethod, nodeCreatingMethod Exports the TreeList, which operates in virtual mode, to XLS, based on the provided settings.
ExportToXls(TreeListSettings, XlsExportOptions) static settings, exportOptions Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Boolean, XlsExportOptions) static settings, saveAsFile, exportOptions Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Boolean) static settings, saveAsFile Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Object, XlsExportOptions) static settings, dataObject, exportOptions Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Object, Boolean, XlsExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Object, String, XlsExportOptions) static settings, dataObject, fileName, exportOptions Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Object, String, Boolean, XlsExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Object, String) static settings, dataObject, fileName Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, Object) static settings, dataObject Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, String, XlsExportOptions) static settings, fileName, exportOptions Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, String, Boolean, XlsExportOptions) static settings, fileName, saveAsFile, exportOptions Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, String, Boolean) static settings, fileName, saveAsFile Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings, String) static settings, fileName Exports the TreeList’s data to XLS, based on the provided settings.
ExportToXls(TreeListSettings) static settings Exports the TreeList’s data to XLS, based on the provided settings.