Example of Exporting in React Gantt Component

/
/
Exporting

This sample demonstrates client-side exporting of the Gantt, which allows you to export Gantt data to Excel, PDF and CSV formats. Using the Gantt toolbar buttons, you can export Gantt data to the desired format.

More Details...

Loading....
Description

Gantt supports client-side exporting, which allows you to export its data to the Excel, PDF and CSV formats.

In this demo, we have defined actions in the toolbarClick event to export the Gantt data using the excelExport, pdfExport and csvExport methods.

In addition we have provided support to export the Gantt component where each rows are auto-fit to the PDF document page width using fitToWidthSettings in PdfExportProperties and also it includes the functionality allowing the PDF export of holidays and eventMarkers.

Injecting Module:

To use Excel and CSV export features, we need to inject excelExport module into the services.

To use PDF export feature, we need to inject pdfExport module into the services.