sheetjs/demos
2022-02-26 01:48:40 -04:00
..
altjs
angular
angular2 version bump 0.18.1: ESM 2022-02-13 20:45:57 -05:00
array
browserify
chrome README cleanup in anticipation of node fetch 2022-02-05 09:04:02 -05:00
database
datagrid
deno deno and node ESM tests 2022-02-13 04:49:30 -05:00
electron
extendscript
function
fusebox
google-sheet
headless Parse non-conformant records from Access export 2022-02-08 04:57:56 -05:00
knockout
meteor
nwjs
oldie README cleanup in anticipation of node fetch 2022-02-05 09:04:02 -05:00
parcel
react README cleanup in anticipation of node fetch 2022-02-05 09:04:02 -05:00
requirejs
rollup
server NestJS/SheetJS demo instructions 2022-02-26 01:48:40 -04:00
showcase
systemjs
typescript
vue
webpack
xhr
xspreadsheet
README.md deno and node ESM tests 2022-02-13 04:49:30 -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

Other examples are included in the showcase.

Analytics