ExcelExportPropsPremium
Represents the props of the KendoReact ExcelExport component.
Name | Type | Default | Description |
---|---|---|---|
collapsible? |
|
|
Enables or disables collapsible (grouped) rows in the exported file. |
columns? |
|
Pass the columns through the component props. If you provide both the | |
creator? |
|
The creator of the workbook. | |
data? |
|
The exported data. If grouped, structure the data as described by the | |
date? |
|
|
The date on which the workbook is created. |
dir? |
|
If set to | |
fileName? |
|
|
Specifies the name of the file that is exported to Excel. |
filterable? |
|
Enables or disables the column filtering in the Excel file. | |
forceProxy? |
|
|
If set to |
group? |
|
The exported data groups. The groups must be compatible with the | |
headerPaddingCellOptions? |
|
The options of the cells that are inserted before the header cells to align the headers and the column values (when the data is grouped). | |
hierarchy? |
|
If set to | |
onExportComplete? |
|
Triggered after the export is complete. | |
paddingCellOptions? |
|
The options of the cells that are inserted before the data, group, and footer cells to indicate the group hierarchy (when the data is grouped). | |
proxyURL? |
|
The URL of the server-side proxy which streams the file to the end user. When the browser cannot save files locally—for example, Internet Explorer 9 and earlier, and Safari—a proxy is used. You must implement the server-side proxy. The proxy receives a
|