Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export HighChart as an image in excel file together with the other page contents

Export HighChart as an image in excel file together with the other page contents like tables, text, etc. When I click the export button the whole Page content will be save as excel file via header but instead of exporting all page content to excel file it excludes the HighChart Graph. I think the solution is to export the graph as image in excel but I don't have any idea how to that. Is there anyone know how to do it or have any idea how to solve this problem?

like image 291
jamcoder Avatar asked Jul 11 '12 05:07

jamcoder


1 Answers

  1. Here is link on highcharts documentation. Thats will help u to export image and store it.

  2. a) Documentation #1
    b) Documentation #2
    That will help u with PHPExcel classs API.

  3. And finally exapmle of image paste to a sheet, using PHPExcel class: one or two;

Have more questions? See that links: one, two.
And official PHPExcel examples: here.

Good luck!

like image 114
StasGrin Avatar answered Oct 30 '22 08:10

StasGrin