sheetjs/demos
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
..
altjs version bump 0.11.2: proper plaintext parsing 2017-08-10 19:46:34 -04:00
angular demos and docs [ci skip] 2017-08-08 16:31:17 -04:00
angular2
browserify version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
datagrid version bump 0.11.2: proper plaintext parsing 2017-08-10 19:46:34 -04:00
extendscript
headless version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
meteor
requirejs version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
rollup version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
systemjs demos and docs [ci skip] 2017-08-08 16:31:17 -04:00
vue
webpack version bump 0.11.3: "array" type 2017-08-19 19:06:34 -04:00
README.md

Demos

These demos are intended to demonstrate how to load this library in various ecosystems. The library is designed to be used in the web browser and in node contexts, using dynamic feature tests to pull in features when necessary. This works extremely well in common use cases: script tag insertion and node require.

Systems like webpack try to be clever by performing simple static analysis to pull in code. However, they do not support dynamic type tests, breaking compatibility with traditional scripts. Configuration is required. The demos cover basic configuration steps for various systems and should work as laid out.