Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add chart in phpoffice/phpword

I need to insert a chart in a docx file. Is it possible to manipulate charts with phpoffice/phpword?

like image 293
Diogo Melo Avatar asked Sep 07 '25 17:09

Diogo Melo


1 Answers

It's not actually possible to add chart in a PHPWord Document. But the feature is in the pipe (follow this ticket #123).

But you can use of one of some libraries used (at the moment and in the future) by PHPExcel : PHP Charting Libraries . Actually, PHPExcel just use JpGraph for rendering some graphs.

like image 163
Progi1984 Avatar answered Sep 10 '25 06:09

Progi1984