sheetjs/demos
SheetJS d02650055d version bump 0.11.4: BIFF8 XLS write
- xlsx bin script takes `-8, --xls` options for writing BIFF8
- updated CFB to 0.12.1, CRC32 to 1.1.1
- test file spelling error (h/t @jsoref)
- minified script renames write_shift / read_shift
- UTF8 and XML entity processing

Issues:
- fixes #815 h/t @Neroth
- fixes #739 h/t @LittleBreak @PWDream
- fixes #553 h/t @keyiis
- fixes #492 h/t @FlyingSailor @simonchan2013
2017-09-22 18:18:51 -04:00
..
altjs updated demos [ci skip] 2017-09-12 16:02:06 -04:00
angular demos and docs [ci skip] 2017-08-08 16:31:17 -04:00
angular2 updated demos [ci skip] 2017-09-12 16:02:06 -04:00
browserify Math.LOG2E precision issue + new demos [ci skip] 2017-09-05 01:34:30 -04:00
datagrid version bump 0.11.2: proper plaintext parsing 2017-08-10 19:46:34 -04:00
electron updated demos [ci skip] 2017-09-12 16:02:06 -04:00
extendscript lint and type fixes 2017-05-13 14:21:22 -04:00
headless Math.LOG2E precision issue + new demos [ci skip] 2017-09-05 01:34:30 -04:00
meteor Math.LOG2E precision issue + new demos [ci skip] 2017-09-05 01:34:30 -04:00
nwjs updated demos [ci skip] 2017-09-12 16:02:06 -04:00
react updated demos [ci skip] 2017-09-12 16:02:06 -04:00
requirejs Math.LOG2E precision issue + new demos [ci skip] 2017-09-05 01:34:30 -04:00
rollup Math.LOG2E precision issue + new demos [ci skip] 2017-09-05 01:34:30 -04:00
server updated demos [ci skip] 2017-09-12 16:02:06 -04:00
systemjs Math.LOG2E precision issue + new demos [ci skip] 2017-09-05 01:34:30 -04:00
vue updated demos [ci skip] 2017-09-12 16:02:06 -04:00
webpack version bump 0.11.4: BIFF8 XLS write 2017-09-22 18:18:51 -04:00
xhr updated demos [ci skip] 2017-09-12 16:02:06 -04:00
README.md rollup demo [ci skip] 2017-06-08 02:19:11 -04:00

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.