New to KendoReact? Start a free 30-day trial
Workbook Customization
In some cases, the customization of all cells in a column might not be sufficient to achieve the results your project requires.
To customize a specific row or cell:
- Get the generated
options
through theworkbookOptions
method. - Modify them according to your needs.
- Save the file by using the exporter
save
method.
The following example demonstrates how to set the color for alternating rows.
Change Theme
Theme
Loading ...