Skip to main content

Export Gantt

Export To PNG

for exporting gantt to PNG

exportToPNG
javascriptgantt.exportToPNG(name, stylesheet);

Here
name is for the exported file name, it's optional stylesheet is the array of style files path

danger

exportToPNG is not statble yet.

Export To PDF

for exporting gantt to PDF

exportToPDF
javascriptgantt.exportToPDF(name, stylesheet);

Here
name is for the exported file name, it's optional stylesheet is the array of style files path

danger

exportToPDF is not statble yet.

Export To Excel

for exporting gantt to Excel

exportToExcel
javascriptgantt.exportToExcel(name);

Here name is for the exported file name, it's optional

success

exportToExcel is completely statble.