Example of Exporting in React Gantt

/
/
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.

Gantt component features are segregated into individual feature-wise modules. To use PDF export, excel export, toolbar, markers and selection features, we need to inject the PdfExport, ExcelExport, Toolbar, DayMarkers and Selection into the Inject Servicessection.


More information on the Essential® React Gantt Chart can be found in this documentation section.