I want to export my html page into excell sheet which contains some svg charts and html tables. I searched a lot and couldn't find any solution in javascript. I could find a php solution in this. Only thing i found is a node module(here) which i think cannot be used in a web page js file.
Asked
Active
Viewed 2,383 times
0
-
If you want to use Javascript node library is the only option. If you are using php phpexcel is the good option to export images into excel cells – Akilan Apr 19 '16 at 18:11
1 Answers
0
Finally got a solution for inserting image into excel in Excelbuilder.js. We can insert image by specifying cell or offset positions using this plugin. It works.

akhil
- 277
- 3
- 8