Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.36 KB

File metadata and controls

27 lines (19 loc) · 1.36 KB
title page_title description slug position
Excel Export
Excel Export - PivotGrid - Kendo UI for Vue
Explore the Excel export options provided by the Kendo UI PivotGrid wrapper for Vue.
excel_export_pivotgrid
3

Excel Export

The built-in export functionality of the PivotGrid allows you to share and distribute data in Excel.

Basics

The PivotGrid enables you to export data to MS Excel and provides client Excel-export functionality which is server-agnostic and which can be directly utilized to share data offline. To trigger the export to Excel, invoke the saveAsExcel method of the PivotGrid. In order for the Excel export to work, add a reference to the jszip library on the page by either using NPM and assigning the global window.JSZip variable or by adding the script from CDN with the <script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/2.4.0/jszip.js"></script> code.

{% meta height:490 %} {% embed_file excel/main.vue preview %} {% embed_file excel/main.js %} {% endmeta %}

Suggested Links