forked from sheetjs/sheetjs
SheetJS
7149728c7c
- PK magic number bound (fixes #1013 h/t @wlpeter) - removed JSZip conflict (fixes #1017 h/t @seanmars) - updated CFB to 1.0.5 - demo HTML conversion `string` |
||
---|---|---|
.. | ||
.gitignore | ||
index.html | ||
index.js | ||
Makefile | ||
README.md |
Parcel
Parcel Bundler starting from version 1.5.0 should play nice with this library out of the box. The standard import form can be used in JS files:
import XLSX from 'xlsx'
Errors of the form Could not statically evaluate fs call
stem from a parcel
bug.
Upgrade to version 1.5.0 or later.