New to Kendo UI for VueStart a free 30-day trial

Excel Export

The Kendo UI for Vue Native Grid provides inbuilt options for exporting its data to Excel.

Getting Started

To enable the Excel export:

  1. Install the kendo-vue-excel-export package.

    jsx
     npm install @progress/kendo-vue-excel-export
  2. Import the ExcelExport component in your Vue Application.

    jsx
     import { 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 ...
In this article
Getting StartedSuggested Links
Not finding the help you need?
Contact Support