Subrat

Results 2 comments of Subrat

Hi exportmultisheet is not working in IE10+ please check the image and let me know the changes required. ![image](https://user-images.githubusercontent.com/12031027/36102977-fb709184-1033-11e8-88a2-76d78dd13d22.png)

Here is my code but i don't know why i am not able to get the image in excel file. const input = document.getElementById("Demodata"); html2canvas(input) .then((canvas) => { const imgData...