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