sheetjs/demos
SheetJS c9cab8078c version bump 0.11.13: codepage
- binary CSV `codepage` read option (fixes #907 h/t @popovserhii)
- BIFF2-5 `codepage` read option (fixes #912 h/t @makcbrain)
- `xlsx` utility `--codepage` override option
- HTML support some common entities (fixes #914 h/t @razvanioan)
2017-12-09 02:17:25 -05:00
..
altjs demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
angular version bump 0.11.6: ancillary format update 2017-10-16 20:14:32 -04:00
angular2 version bump 0.11.8: CFB 1.0.0 2017-11-05 14:18:35 -05:00
browserify version bump 0.11.9 2017-11-15 13:14:02 -05:00
datagrid demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
electron demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
extendscript demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
headless version bump 0.11.13: codepage 2017-12-09 02:17:25 -05:00
meteor demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
nwjs demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
react correct vue and react README typos [ci skip] 2017-11-15 20:35:16 +08:00
requirejs demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
rollup demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
server demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
systemjs demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
typescript version bump 0.11.11: CFB miscellany 2017-12-01 00:48:10 -05:00
vue correct vue and react README typos [ci skip] 2017-11-15 20:35:16 +08:00
webpack demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
xhr demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
README.md version bump 0.11.11: CFB miscellany 2017-12-01 00:48:10 -05: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 "just work".

Mobile app and other larger demos do not include the full build structure. The demos have Makefile scripts that show how to reproduce the full projects. The scripts have been tested against iOS and OSX. For Windows platforms, GNU make can be installed with Bash on Windows or with cygwin.

Included Demos

Frameworks and APIs

Bundlers and Tooling

Platforms and Integrations

Analytics