Pending Review
Last Updated: 22 Jun 2023 12:04 by Josef
Josef
Created on: 22 Jun 2023 12:04
Category: Kendo UI for Angular
Type: Feature Request
0
Angular Grid Excel Export with second worksheet containing a simple key-value pair

 

input to grid:

@Input()
public additionalExcelExportInfos: { additionalWorksheetTitle: string, 
parameters: { key: string, parameterValue: any }[]
};

 

output in excel file:

0 comments