• 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

ColumnComponent

Represents the columns of the Kendo UI Excel Export component for Angular.

Selector

kendo-excelexport-column

Inputs

NameTypeDefaultDescription

cellOptions

CellOptions

The options of the column data cells (see example).

field

string

The field to which the column is bound.

footerCellOptions

CellOptions

The options of the column footer cell (see example).

groupFooterCellOptions

CellOptions

The options of the column group footer cells (see example).

groupHeaderCellOptions

CellOptions

The options of the column group header cells (see example).

headerCellOptions

CellOptions

The options of the column header cell.

hidden

boolean

false

Sets the visibility of the column (see example).

locked

boolean

false

Toggles the locked (frozen) state of the column (see example).

title

string

The title of the column.

width

number

The width of the column in pixels.

In this article

Not finding the help you need?