New to Kendo UI for Vue? Start a free 30-day trial
Excel Export
Updated on Feb 9, 2026
The Kendo UI for Vue Native Grid provides inbuilt options for exporting its data to Excel.
Getting Started
To enable the Excel export:
-
Install the
kendo-vue-excel-exportpackage.jsxnpm install @progress/kendo-vue-excel-export -
Import the ExcelExport component in your Vue Application.
jsximport { saveExcel } from '@progress/kendo-vue-excel-export';
The following example demonstrates the basic implementation of the Excel export functionality of the Grid. The Grid uses a button click handler to trigger the saveExcel method. Note how the exported columns and the file name are defined to customize the exported file.
Change Theme
Theme
Loading ...