sheetjs/demos/browserify
2017-05-19 12:46:08 -04:00
..
.gitignore
browserify.html version bump 0.10.0: cleanup 2017-05-09 14:07:57 -04:00
main.js
Makefile
README.md systemjs node/browser examples [ci skip] 2017-05-19 12:46:08 -04:00
xlsxworker.js
xlsxworker1.js
xlsxworker2.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.