New to Kendo UI for Angular? Start a free 30-day trial
ExcelCommandToolbarDirective
Represents the export-to-Excel
toolbar tool of the TreeList. Apply this directive to any kendo-toolbar-button
element inside a ToolbarComponent used in the TreeList.
When the user clicks a button with this directive, the excelExport event fires (see example).
html
<kendo-treelist>
<kendo-toolbar>
<kendo-toolbar-button text="Excel Export" kendoTreeListExcelTool></kendo-toolbar-button>
</kendo-toolbar>
<kendo-treelist-excel fileName="TreeList.xlsx">
</kendo-treelist-excel>
</kendo-treelist>
Selector
[kendoTreeListExcelTool]