gitbrent/xlsx-js-style

Difference between xlsx.bundle.js and xlsx.js

Closed this issue · 1 comments

I am using xlsx.bundle.js and would like to make some changes for me. I know where to change the places in xlsx.js but not where they are in xlsx.bundle.js. What is the difference between these two?

You cant directly edit the bundle code.

Fork this repo, make changes to xlsx.js, then run the build to produce a new bundle file.