sheetjs/demos
SheetJS c2ec7555fb version bump 0.11.18: infrastructure
- updated dependencies
- fixed eslint config
- fusebox demo
2018-01-23 04:07:55 -05:00
..
altjs demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
angular version bump 0.11.16: refresh 2017-12-30 03:20:00 -05:00
angular2 version bump 0.11.17: sheet_add_{aoa,json} 2018-01-09 02:36:02 -05:00
browserify version bump 0.11.9 2017-11-15 13:14:02 -05:00
datagrid added height/width constraint to canvas-datagrid 2018-01-22 14:35:11 -08: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
fusebox version bump 0.11.18: infrastructure 2018-01-23 04:07:55 -05:00
headless version bump 0.11.13: codepage 2017-12-09 02:17:25 -05:00
meteor version bump 0.11.16: refresh 2017-12-30 03:20:00 -05:00
nwjs demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
react version bump 0.11.16: refresh 2017-12-30 03:20:00 -05: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 version bump 0.11.16: refresh 2017-12-30 03:20:00 -05:00
webpack version bump 0.11.18: infrastructure 2018-01-23 04:07:55 -05:00
xhr demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
README.md version bump 0.11.17: sheet_add_{aoa,json} 2018-01-09 02:36:02 -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