2017-10-17 00:14:32 +00:00
|
|
|
### JS Ecosystem Demos
|
|
|
|
|
|
|
|
The [`demos` directory](demos/) includes sample projects for:
|
|
|
|
|
|
|
|
**Frameworks and APIs**
|
2018-03-19 21:42:55 +00:00
|
|
|
- [`angularjs`](demos/angular/)
|
2021-10-03 01:41:36 +00:00
|
|
|
- [`angular and ionic`](demos/angular2/)
|
2018-05-21 01:41:01 +00:00
|
|
|
- [`knockout`](demos/knockout/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`meteor`](demos/meteor/)
|
2022-04-12 11:59:15 +00:00
|
|
|
- [`react, react-native, next`](demos/react/)
|
|
|
|
- [`vue 2.x, weex, nuxt`](demos/vue/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`XMLHttpRequest and fetch`](demos/xhr/)
|
|
|
|
- [`nodejs server`](demos/server/)
|
2018-01-27 00:52:46 +00:00
|
|
|
- [`databases and key/value stores`](demos/database/)
|
2018-04-06 06:39:48 +00:00
|
|
|
- [`typed arrays and math`](demos/array/)
|
2017-10-17 00:14:32 +00:00
|
|
|
|
|
|
|
**Bundlers and Tooling**
|
|
|
|
- [`browserify`](demos/browserify/)
|
2018-01-27 00:52:46 +00:00
|
|
|
- [`fusebox`](demos/fusebox/)
|
|
|
|
- [`parcel`](demos/parcel/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`requirejs`](demos/requirejs/)
|
|
|
|
- [`rollup`](demos/rollup/)
|
|
|
|
- [`systemjs`](demos/systemjs/)
|
2017-12-01 05:48:10 +00:00
|
|
|
- [`typescript`](demos/typescript/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`webpack 2.x`](demos/webpack/)
|
|
|
|
|
|
|
|
**Platforms and Integrations**
|
2022-02-13 09:35:34 +00:00
|
|
|
- [`deno`](demos/deno/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`electron application`](demos/electron/)
|
|
|
|
- [`nw.js application`](demos/nwjs/)
|
2018-03-29 04:31:36 +00:00
|
|
|
- [`Chrome / Chromium extensions`](demos/chrome/)
|
2022-02-13 09:35:34 +00:00
|
|
|
- [`Download a Google Sheet locally`](demos/google-sheet/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`Adobe ExtendScript`](demos/extendscript/)
|
|
|
|
- [`Headless Browsers`](demos/headless/)
|
|
|
|
- [`canvas-datagrid`](demos/datagrid/)
|
2020-03-23 01:57:53 +00:00
|
|
|
- [`x-spreadsheet`](demos/xspreadsheet/)
|
2022-03-11 13:38:20 +00:00
|
|
|
- [`react-data-grid`](demos/react/modify/)
|
2022-03-16 03:18:09 +00:00
|
|
|
- [`vue3-table-light`](demos/vue/modify/)
|
2017-10-17 00:14:32 +00:00
|
|
|
- [`Swift JSC and other engines`](demos/altjs/)
|
2018-03-29 04:31:36 +00:00
|
|
|
- [`"serverless" functions`](demos/function/)
|
2018-02-03 20:46:32 +00:00
|
|
|
- [`internet explorer`](demos/oldie/)
|
2017-10-17 00:14:32 +00:00
|
|
|
|
2019-11-15 01:46:49 +00:00
|
|
|
Other examples are included in the [showcase](demos/showcase/).
|
|
|
|
|
2022-03-03 08:35:39 +00:00
|
|
|
<https://sheetjs.com/demos/modify.html> shows a complete example of reading,
|
|
|
|
modifying, and writing files.
|
|
|
|
|
|
|
|
<https://github.com/SheetJS/sheetjs/blob/HEAD/bin/xlsx.njs> is the command-line
|
|
|
|
tool included with node installations, reading spreadsheet files and exporting
|
|
|
|
the contents in various formats.
|