sheetjs/demos/requirejs
SheetJS 635310b639 version bump 0.11.3: "array" type
- 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
2017-08-19 19:06:34 -04:00
..
.gitignore version bump 0.8.7: bundlers 2017-03-04 20:14:08 -05:00
Makefile version bump 0.11.1: dist cleanup 2017-08-05 02:32:57 -04:00
README.md version bump 0.11.1: dist cleanup 2017-08-05 02:32:57 -04:00
build.js version bump 0.8.7: bundlers 2017-03-04 20:14:08 -05:00
requirejs.html version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
requirejs.js version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00

RequireJS

The minified dist files trip up the RequireJS mechanism. To bypass, the scripts automatically expose an XLSX variable that can be used if the require callback argument is _XLSX rather than XLSX:

require(["xlsx.full.min"], function(_XLSX) { /* ... */ });

This demo uses the r.js optimizer to build a source file.