New to Kendo UI for Angular? Start a free 30-day trial
ExcelExportData
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
| |
group? |
|
Specifies the exported data groups.
The groups must match the
|