New to Kendo UI for Vue? Start a free 30-day trial

WorkbookSheet

The workbook sheets options.

NameTypeDefaultDescription

columns?

WorkbookSheetColumn[]

The sheets columns configuration.

filter?

WorkbookSheetFilter

Excel auto filter configuration. When set the final document will have auto filtering enabled.

frozenColumns?

number

The number of frozen columns in this sheet.

frozenRows?

number

The number of frozen rows in this sheet.

name?

string

Sets the name of the exported workbook sheet.

rows?

WorkbookSheetRow[]

The array of rows of the sheet.

rtl?

boolean

Specifies if the sheet should use right to left direction.