sheetjs/demos/README.md

60 lines
2.2 KiB
Markdown
Raw Normal View History

2017-06-08 06:19:11 +00: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
2017-09-24 23:40:09 +00:00
cover basic configuration steps for various systems and should "just work".
2017-06-08 06:19:11 +00:00
2017-09-24 23:40:09 +00:00
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**
- [`angularjs`](angular/)
2021-10-03 01:41:36 +00:00
- [`angular and ionic`](angular2/)
2018-05-21 01:41:01 +00:00
- [`knockout`](knockout/)
2017-09-24 23:40:09 +00:00
- [`meteor`](meteor/)
2022-04-12 11:59:15 +00:00
- [`react, react-native, next`](react/)
- [`vue 2.x, weex, nuxt`](vue/)
2017-09-24 23:40:09 +00:00
- [`XMLHttpRequest and fetch`](xhr/)
- [`nodejs server`](server/)
2018-01-27 00:52:46 +00:00
- [`databases and key/value stores`](database/)
- [`typed arrays and math`](array/)
2017-09-24 23:40:09 +00:00
**Bundlers and Tooling**
- [`browserify`](browserify/)
2018-01-27 00:52:46 +00:00
- [`parcel`](parcel/)
2017-09-24 23:40:09 +00:00
- [`requirejs`](requirejs/)
- [`rollup`](rollup/)
- [`systemjs`](systemjs/)
- [`typescript`](typescript/)
2017-09-24 23:40:09 +00:00
- [`webpack 2.x`](webpack/)
**Platforms and Integrations**
2022-02-13 09:35:34 +00:00
- [`deno`](deno/)
2017-09-24 23:40:09 +00:00
- [`electron application`](electron/)
- [`nw.js application`](nwjs/)
- [`Chrome / Chromium extensions`](chrome/)
2022-05-20 08:56:18 +00:00
- [`Google Sheets API`](https://docs.sheetjs.com/docs/getting-started/demos/gsheet)
2017-09-24 23:40:09 +00:00
- [`Adobe ExtendScript`](extendscript/)
- [`Headless Browsers`](headless/)
- [`canvas-datagrid`](datagrid/)
2020-03-23 01:57:53 +00:00
- [`x-spreadsheet`](xspreadsheet/)
- [`react-data-grid`](react/modify/)
2022-04-12 11:59:15 +00:00
- [`vue3-table-light`](/vue/modify/)
2017-09-24 23:40:09 +00:00
- [`Swift JSC and other engines`](altjs/)
- [`"serverless" functions`](function/)
- [`internet explorer`](oldie/)
2017-09-24 23:40:09 +00:00
Other examples are included in the [showcase](demos/showcase/).
2017-09-24 23:40:09 +00:00
[![Analytics](https://ga-beacon.appspot.com/UA-36810333-1/SheetJS/js-xlsx?pixel)](https://github.com/SheetJS/js-xlsx)