ExcelExportProps
Represents the props of the KendoReact ExcelExport component.
Name | Type | Default | Description |
---|---|---|---|
collapsible? |
|
Enables or disables collapsible (grouped) rows in the exported file. | |
columns? |
|
You can pass the columns through the props of the component. If both the columns prop and the child column components are presented, the columns from props will be used. | |
creator? |
|
The creator of the workbook. | |
data? |
|
The exported data. If grouped, the data must be structured as described by the | |
date? |
|
The date on which the workbook is created. The default value is | |
dir? |
|
If set to | |
fileName? |
|
Specifies the name of the file that is exported to Excel. Defaults to | |
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 true the data will be exported as a tree based on the | |
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 will stream the file to the end user. When the browser is not capable of saving files locally—for example, Internet Explorer 9 and earlier, and Safari—a proxy is used. The implementation of the server-side proxy has to be done by you. The proxy receives a
|