forked from sheetjs/sheetjs
SheetJS
635310b639
- phased out Array map invocations (fixes #620 h/t @dullin) - "array" type supports Uint8Array - Headless browser examples - blank cells are omitted or stubbed (fixes #779 h/t @domxa) - removed transferrables from demo |
||
---|---|---|
.. | ||
.gitignore | ||
browserify.html | ||
main.js | ||
Makefile | ||
README.md | ||
xlsxworker.js |
Browserify
The library is compatible with browserify and should just work out of the box.
This demo uses the require
form to expose the whole library, enabling client
code to just require('xlsx')
. The included demo and Makefile do just that.