title | page_title | description | slug | position |
---|---|---|---|---|
Excel Export |
Excel Export - TreeList Export Options - Kendo UI for Vue |
Export the Kendo UI TreeList wrapper for Vue to Excel. |
excelexport_treelist |
1 |
The TreeList enables you to export its records to Excel.
To enable the Excel export functionality, set the excel
property. For example, you can specify the file name and enable filtering in the Excel file or other options.
{% meta height:450 %} {% embed_file export/excel/main.vue preview %} {% embed_file export/excel/main.js %} {% endmeta %}