A quick start Vue project that helps you export a Gantt Chart to PDF and Excel formats. This project also contains a code snippet to customize the documents before exporting it.
Refer to the link to know about exporting Gantt chart as PDF: https://ej2.syncfusion.com/vue/documentation/gantt/pdf-export/pdf-export
Refer to the link to know about exporting Gantt chart to Excel: https://ej2.syncfusion.com/vue/documentation/gantt/excel-export/excel-export
Check out online examples of exporting in the Vue Gantt Chart component: https://ej2.syncfusion.com/vue/demos/#/bootstrap5/gantt/exporting.html
Refer to the Syncfusion Vue Gantt Chart Getting Started video: https://www.youtube.com/watch?v=S1GbWmVcre0
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.
To run this application, you need to clone the exporting-vue-gantt-chart-with-complete-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.