New to Kendo UI for Angular? Start a free 30-day trial
ExcelExportData
Updated on Feb 5, 2026
Represents the expected type for the ExcelExportComponent data.
Use this interface to specify the data and groups for export.
| Name | Type | Default | Description |
|---|---|---|---|
data? |
|
Specifies the exported data. When the data is grouped, structure it as described by the GroupResult option of the Kendo UI Data Query component. | |
group? |
|
Specifies the exported data groups. The groups must match the GroupDescriptor option of the Kendo UI Data Query component. |