js2excel
js2excel copied to clipboard
:relieved: :smiley: :imp: A simple module for excel and json converts each other, which works in the browser.
This is more of a request than an issue, but could you add support for multiple sheets when going from json to xls? Basically I would like to be able...
I added a function called `jsonSheets2excel`, which can take json and convert it to xls while having the option to supply multiple sheets. Example usage: ``` import { jsonSheets2excel }...
Node 8.15.1 (why would anybody run the script in browser?): Error: ReferenceError: Blob is not defined at json2excel (.../node_modules/js2excel/dist/js2excel.min.js:1:655436) Should use this instead of Blob: ``` let buffer = Buffer.from(arraybuffer);...
Hello, I have a problem. When i use this library in react components, after download excel file on my computer, my site, DOM tree break down. I must refresh site.
It works fine on my local machine but breaks when i deploy on heroku with this error message `Uncaught Error: Corrupted zip : can't find end of central directory at...
Is this supported? Or is there a work-around for json2excel to result in a csv file?
How can i add headers for the sheet
After adding in the fix #9 compiling in angular 7 is fine but then I run into this error. Please test if this is compatible with Angular 7 js2excel.min.js:1 Uncaught...
This PR fixes this issue https://github.com/dwqs/js2excel/issues/4.
Hello Everyone, I am trying to import json2excel in my angular component, everything works except it gives an error on import on component, i have tried like this : import...