New to Kendo UI for Angular? Start a free 30-day trial
Customizing Rows and Cells
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 the
workbookOptions
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 ...