sheetjs/demos
Cyberiaaxis f9e2d6dd11 fixed datagrid demo [ci skip] 2021-09-15 09:35:06 +05:30
..
altjs Fix #2071 2020-10-04 17:45:52 -04: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 browserify demo avoid readAsBinaryString [ci skip] 2021-09-11 11:13:50 +02:00
chrome version bump 0.12.8: sheetRows multiformat support 2018-04-06 02:39:48 -04:00
database Tested the MongoDB scripts and fixed them 2021-04-20 21:02:53 +05:30
datagrid fixed datagrid demo [ci skip] 2021-09-15 09:35:06 +05:30
electron Updated electron demo [ci skip] 2021-09-07 19:43:05 -06:00
extendscript version bump 0.12.2: BIFF2-4 features 2018-02-21 02:10:33 -05:00
function SYLK shared formulae 2021-08-11 05:05:36 -04:00
fusebox version bump 0.12.5: ancillary utility update 2018-03-12 22:51:54 -04:00
google-sheet [Tests] migrate tests to Github Actions 2021-04-08 11:21:37 -07:00
headless Demos updated broken links [ci skip] 2021-09-09 14:02:44 +08:00
knockout knockout demo update [ci skip] 2021-09-12 00:55:10 -07:00
meteor version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
nwjs Demos updated broken links [ci skip] 2021-09-09 14:02:44 +08: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 react demo avoid readAsBinaryString [ci skip] 2021-08-29 23:20:15 +02: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 Refresh server demos 2021-04-16 21:57:41 -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 update [ci skip] 2021-09-11 23:58:37 -06:00
README.md Added google sheet example 2020-10-20 11:45:59 +09: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