• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

Cells

The Excel Export component supports options for customization of the cells that will be exported to Excel.

You can specify the options for the following types of cells:

Header Padding Cells

The header padding cells are the cells that are inserted before the header cells to align the headers and the column values when the data is grouped.

To specify custom options, set the headerPaddingCellOptions property of the <kendo-excelexport> component.

Example
View Source
Change Theme:

Padding Cells

The padding cells are the cells that are inserted before the data, group, and footer cells to indicate the group hierarchy if the data is grouped.

To specify custom options, set the paddingCellOptions property of the <kendo-excelexport> component.

Example
View Source
Change Theme:

Header Cells

To specify custom options for a column-header cell, set the headerCellOptions property of the <kendo-excelexport-column> or <kendo-excelexport-group-column> component.

Example
View Source
Change Theme:

Data Cells

To specify custom options for a column data cell, set the cellOptions property of the <kendo-excelexport-column> component.

Example
View Source
Change Theme:

Group Header Cells

To specify custom options for a group header cell of a column, set the groupHeaderCellOptions property of the <kendo-excelexport-column> component.

Example
View Source
Change Theme:

To specify custom options for a group footer cell of a column, set the groupFooterCellOptions property of the <kendo-excelexport-column> component.

Example
View Source
Change Theme:

To specify custom options for a column footer cell, set the footerCellOptions property of the <kendo-excelexport-column> component.

Example
View Source
Change Theme: