egeriis / zipcelx

Turns JSON data into `.xlsx` files in the browser
MIT License
294 stars 90 forks source link

Have a config option to return a blob and not mandatory save #68

Open mberrg opened 4 years ago

mberrg commented 4 years ago

E.g. if filename is empty then return raw blob (not call file-saver saveAS).

The reason if you want to send the excel file or store it natively on Cordova/capacitor app.

davidramos-om commented 4 years ago

@mberrg thanks to you.. added https://www.npmjs.com/package/zipcelx-on-steroids