gitbrent / xlsx-js-style

SheetJS Community Edition + Basic Cell Styles
https://gitbrent.github.io/xlsx-js-style/
Apache License 2.0
349 stars 56 forks source link

Difference between xlsx.bundle.js and xlsx.js #1

Closed NoelArn closed 2 years ago

NoelArn commented 2 years ago

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?

gitbrent commented 2 years ago

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.