functionscope / Node-Excel-Export

A simple node.js module for exporting data set to Excel xlsx file.
492 stars 271 forks source link

Remove global effects and node dependencies #51

Open furstenheim opened 7 years ago

furstenheim commented 7 years ago

Removed all global effects. Mainly changes in date and array prototype, dependencies on fs (now the config is passed as a string) and used jszip instead of node-zip.

Now it works in the browser.

Also standarized it