xlsx.js icon indicating copy to clipboard operation
xlsx.js copied to clipboard

Can we make xlsx.js use jszip directly ?

Open late-warrior opened this issue 9 years ago • 1 comments

I am using the npm module xlsx.js. It seems to have a dependency on 'node-zip' module. node-zip in turn uses jszip. However node-zip also does a 'require('fs')' which makes it difficult to use in the browser without shimming of some kind.

Why can't we use the jszip module directly ? I don't see any functionality provided by node-zip. Also tools like webpack play much more nicer while using jszip directly.

late-warrior avatar Sep 02 '15 21:09 late-warrior

+1

Indumentum avatar Dec 17 '16 06:12 Indumentum