sheetjs/demos
SheetJS 7c7f4a69d4 version bump 0.11.9
- CLI `--book` convert all worksheets (fixes #701 h/t @pmelisko)
- Detect ";"-DSV with no "\t" or "," (fixes #875 h/t @sh977218)
- editable HTML uses spans for IE6+ compat (fixes #851 h/t @elogicmedia)
- XLSB formula structure parallels XLS (fixes #680 h/t @bstiel)
2017-11-15 13:14:02 -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 demo refresh [ci skip] 2017-09-24 19:40:09 -04: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
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.8: CFB 1.0.0 2017-11-05 14:18:35 -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