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