ExcelExportData
Interface
Represents the expected type for the ExcelExportComponent data.
Use this interface to specify the data and groups for export.
Definition
Package:@progress/kendo-angular-excel-export
Properties
data?
any[]
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?
any[]
Specifies the exported data groups.
The groups must match the
GroupDescriptor option of the Kendo UI Data Query component.