SheetJS js-xlsx v0.9.2 Release Notes

Release Date: 2017-03-13 // about 7 years ago
    • ✂ Removed stale TypeScript definition files. Flowtype comments are used in the xlsx.flow.js source and stripped to produce xlsx.js.
    • 👀 sed usage reworked to support GNU sed in-place form. BSD sed seems to work, but the build script has not been tested on other sed variants:
    $ sed -i.ext  [...] # GNU
    $ sed -i .ext [...] # bsd