New to Kendo UI for Angular? Start a free 30-day trial
GroupFooterTemplateDirective
Represents the group footer cell template of the Excel Export column component (see example). Use this directive to customize the group footer cell of a column.
html
<ng-template kendoExcelExportGroupFooterTemplate let-group let-field="field">
  Group Footer for {{ field }}
</ng-template>Selector
[kendoExcelExportGroupFooterTemplate]