ExcelComponent
The component is required when exporting the data to an Excel file. The componnet provides different options to further configure the Excel export settings of the Grid (see example).
<kendo-grid>
<kendo-grid-excel fileName="Export.xlsx"></kendo-grid-excel>
</kendo-grid>
Selector
kendo-grid-excel
Inputs
Name | Type | Default | Description |
---|---|---|---|
collapsible |
|
Specifies if groups in the Excel file are collapsible. | |
creator? |
|
Sets the author of the workbook. | |
date? |
|
Sets the creation date of the workbook. | |
fetchData |
|
Provides a function to get the exported data options. By default, uses the current Grid data and group. Supply a custom function to export different data. Typically used to export all data, not just the current page see example. | |
fileName |
|
|
Sets the file name for the exported Excel file. |
filterable |
|
Enables or disables column filtering in the Excel file. This option is different from the Grid's filtering feature. | |
forceProxy |
|
Forwards the content to | |
headerPaddingCellOptions |
|
Sets the options for cells inserted before the header cells to align the headers and the column values when the data is grouped. | |
paddingCellOptions |
|
Sets options for cells inserted before the data, group, and footer cells to indicate the group hierarchy if the data is grouped. | |
proxyURL |
|
Sets the URL of the server-side proxy that streams the file to the user. Use a proxy if the browser cannot save files locally.
You can also use a proxy to reduce memory usage by transmitting the file over the network.
Set |