/export-vue-treegrid-to-excel-file-format-with-customization

A quick-start project that helps you export Syncfusion Vue TreeGrid records to Excel and CSV file formats. This project contains code to customize the file name, theme, header, and footer of the exported Excel document.

Primary LanguageVue

Export Vue Treegrid to Excel File Format with Customization

A quick-start project that helps you export Syncfusion Vue TreeGrid records to Excel and CSV file formats. This project contains code to customize the file name, theme, header, and footer of the exported Excel document.

Refer to the following documentation for all the Excel export options available in the Syncfusion Vue TreeGrid: https://ej2.syncfusion.com/vue/documentation/treegrid/excel-export/excel-export/

Check out this online example of exporting in the Syncfusion Vue TreeGrid: https://ej2.syncfusion.com/vue/demos/#/material/tree-grid/export.html

Refer to the following Syncfusion Vue TreeGrid getting started video: https://www.youtube.com/watch?v=FEMyOHKjjao

Project prerequisites

Make sure that you have the latest versions of Vue, Node, Vue Class Component, and Visual Studio Code in your machine before starting to work on this project.

How to run this application?

To run this application, you need to clone the export-vue-treegrid-to-excel-file-format-with-customization repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the npm run serve command.