sheetjs/demos/browserify
SheetJS ad47cb433c Math.LOG2E precision issue + new demos [ci skip]
- swift + jsc
- java + rhino
- XMLHttpRequest and friends
2017-09-05 01:34:30 -04:00
..
.gitignore version bump 0.8.7: bundlers 2017-03-04 20:14:08 -05:00
Makefile version bump 0.8.7: bundlers 2017-03-04 20:14:08 -05:00
README.md systemjs node/browser examples [ci skip] 2017-05-19 12:46:08 -04:00
browserify.html version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
main.js Math.LOG2E precision issue + new demos [ci skip] 2017-09-05 01:34:30 -04:00
xlsxworker.js version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00

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.