TreeListExtension.ExportToXlsx Method
Name | Parameters | Description |
---|---|---|
ExportToXlsx(TreeListSettings) static | settings | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod) static | settings, createChildrenMethod, nodeCreatingMethod | Exports the TreeList, which operates in virtual mode, to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, XlsxExportOptions) static | settings, createChildrenMethod, nodeCreatingMethod, exportOptions | Exports the TreeList, which operates in virtual mode, to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, String, Boolean, XlsxExportOptions) static | settings, createChildrenMethod, nodeCreatingMethod, fileName, saveAsFile, exportOptions | Exports the TreeList, which operates in virtual mode, to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, XlsxExportOptions) static | settings, exportOptions | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Boolean) static | settings, saveAsFile | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Boolean, XlsxExportOptions) static | settings, saveAsFile, exportOptions | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Object) static | settings, dataObject | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Object, XlsxExportOptions) static | settings, dataObject, exportOptions | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Object, Boolean) static | settings, dataObject, saveAsFile | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Object, Boolean, XlsxExportOptions) static | settings, dataObject, saveAsFile, exportOptions | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Object, String) static | settings, dataObject, fileName | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Object, String, XlsxExportOptions) static | settings, dataObject, fileName, exportOptions | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Object, String, Boolean) static | settings, dataObject, fileName, saveAsFile | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, Object, String, Boolean, XlsxExportOptions) static | settings, dataObject, fileName, saveAsFile, exportOptions | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, String) static | settings, fileName | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, String, XlsxExportOptions) static | settings, fileName, exportOptions | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, String, Boolean) static | settings, fileName, saveAsFile | Exports the TreeList's data to XLSX, based on the provided settings. |
ExportToXlsx(TreeListSettings, String, Boolean, XlsxExportOptions) static | settings, fileName, saveAsFile, exportOptions | Exports the TreeList's data to XLSX, based on the provided settings. |
Feedback