sheetjs/demos
SheetJS 3468395494 x-spreadsheet demo 2020-03-22 21:57:53 -04:00
..
altjs version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
angular version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
angular2 version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
array version bump 0.12.8: sheetRows multiformat support 2018-04-06 02:39:48 -04:00
browserify version bump 0.12.4: zip cleanup 2018-03-05 19:34:04 -05:00
chrome version bump 0.12.8: sheetRows multiformat support 2018-04-06 02:39:48 -04:00
database travis npm ssl fix for 0.8 2018-03-29 11:42:49 -04:00
datagrid version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
electron version bump 0.12.7: chrome extension 2018-03-29 00:31:36 -04:00
extendscript version bump 0.12.2: BIFF2-4 features 2018-02-21 02:10:33 -05:00
function version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
fusebox version bump 0.12.5: ancillary utility update 2018-03-12 22:51:54 -04:00
headless version bump 0.11.13: codepage 2017-12-09 02:17:25 -05:00
knockout Knockout Demo [ci skip] fixes #1061 2018-05-20 21:41:01 -04:00
meteor version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
nwjs demo refresh [ci skip] 2017-09-24 19:40:09 -04:00
oldie version bump 0.12.5: ancillary utility update 2018-03-12 22:51:54 -04:00
parcel version bump 0.12.4: zip cleanup 2018-03-05 19:34:04 -05:00
react version bump 0.12.5: ancillary utility update 2018-03-12 22:51:54 -04:00
requirejs version bump 0.13.1: SST optimization 2018-06-22 17:40:01 -04:00
rollup version bump 0.12.4: zip cleanup 2018-03-05 19:34:04 -05:00
server version bump 0.12.11: file format range limits 2018-04-27 16:42:58 -04:00
showcase version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
systemjs version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
typescript version bump 0.12.5: ancillary utility update 2018-03-12 22:51:54 -04:00
vue version bump 0.11.19: browser `writeFile` 2018-02-03 15:46:32 -05:00
webpack version bump 0.12.4: zip cleanup 2018-03-05 19:34:04 -05:00
xhr update XHR (fetch) demo 2018-08-22 02:59:47 -04:00
xspreadsheet x-spreadsheet demo 2020-03-22 21:57:53 -04:00
README.md x-spreadsheet demo 2020-03-22 21:57:53 -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 "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

Other examples are included in the showcase.

Analytics