docs.sheetjs.com/docz/docs/03-demos/index.md

80 lines
2.3 KiB
Markdown
Raw Normal View History

2022-05-16 03:26:04 +00:00
---
2022-05-20 08:48:21 +00:00
sidebar_position: 1
2022-05-16 03:26:04 +00:00
hide_table_of_contents: true
---
# Demo Projects
The demo projects include small runnable examples and short explainers.
2022-07-06 05:38:24 +00:00
### JavaScript APIs
2022-08-05 05:10:11 +00:00
- [`XMLHttpRequest and fetch`](./network)
2022-07-06 05:38:24 +00:00
- [`Clipboard Data`](./clipboard)
2022-07-08 00:04:16 +00:00
- [`Typed Arrays for Machine Learning`](./ml)
2022-07-24 20:13:15 +00:00
- [`LocalStorage and SessionStorage`](./database#localstorage-and-sessionstorage)
- [`Web SQL Database`](./database#websql)
- [`IndexedDB`](./database#indexeddb)
2022-08-23 03:20:02 +00:00
- [`Local File Access`](./localfile)
2022-07-06 05:38:24 +00:00
### Frameworks
2022-05-16 03:26:04 +00:00
2022-08-19 02:26:17 +00:00
- [`Angular 2+ and Ionic`](./angular)
2022-08-17 07:10:01 +00:00
- [`React`](./react)
2022-08-18 08:41:34 +00:00
- [`VueJS`](./vue)
- [`Angular.JS`](./legacy#angularjs)
- [`Knockout`](./legacy#knockout)
2022-05-16 03:26:04 +00:00
### Front-End UI Components
2022-08-01 05:34:23 +00:00
- [`canvas-datagrid`](./grid#canvas-datagrid)
2022-08-18 08:41:34 +00:00
- [`x-spreadsheet`](./grid#x-spreadsheet)
- [`react-data-grid`](./grid#react-data-grid)
- [`vue3-table-lite`](./grid#vue3-table-lite)
2022-08-01 05:34:23 +00:00
- [`angular-ui-grid`](./grid#angular-ui-grid)
2022-05-16 03:26:04 +00:00
### Platforms and Integrations
2022-07-06 05:38:24 +00:00
2022-07-31 23:45:34 +00:00
- [`Command-Line Tools`](./cli)
2022-08-15 03:07:34 +00:00
- [`iOS and Android Mobile Applications`](./mobile)
2022-08-21 19:43:30 +00:00
- [`NodeJS Server-Side Processing`](./server#nodejs)
2022-08-19 06:42:18 +00:00
- [`Deno Server-Side Processing`](./server#deno)
2022-08-13 22:01:26 +00:00
- [`Content Management and Static Sites`](./content)
2022-08-04 03:00:20 +00:00
- [`Electron`](./desktop#electron)
2022-08-03 07:42:37 +00:00
- [`NW.js`](./desktop#nwjs)
2022-08-14 02:10:41 +00:00
- [`Tauri`](./desktop#tauri)
2022-08-15 03:07:34 +00:00
- [`Chrome and Chromium Extensions`](./chromium)
2022-05-20 08:48:21 +00:00
- [`Google Sheets API`](./gsheet)
2022-05-30 05:04:05 +00:00
- [`ExtendScript for Adobe Apps`](./extendscript)
2022-06-11 17:21:26 +00:00
- [`NetSuite SuiteScript`](./netsuite)
2022-06-27 02:05:36 +00:00
- [`SalesForce Lightning Web Components`](./salesforce)
2022-05-31 02:53:56 +00:00
- [`Excel JavaScript API`](./excel)
2022-07-07 04:05:14 +00:00
- [`Headless Automation`](./headless)
2022-08-08 06:59:57 +00:00
- [`Other JavaScript Engines`](./engines)
2022-08-21 19:43:30 +00:00
- [`Azure Functions and Storage`](./azure)
2022-08-22 00:39:07 +00:00
- [`Amazon Web Services`](./aws)
2022-07-25 23:18:00 +00:00
- [`Databases and Structured Data Stores`](./database)
2022-08-15 03:07:34 +00:00
- [`NoSQL and Unstructured Data Stores`](./nosql)
2022-08-10 22:11:05 +00:00
- [`Legacy Internet Explorer`](./legacy#internet-explorer)
2022-05-16 03:26:04 +00:00
### Bundlers and Tooling
2022-07-06 05:38:24 +00:00
2022-07-22 03:26:52 +00:00
- [`browserify`](./bundler#browserify)
2022-07-20 08:58:29 +00:00
- [`bun`](./bundler#bun)
- [`esbuild`](./bundler#esbuild)
2022-07-17 03:47:27 +00:00
- [`parcel`](./bundler#parcel)
2022-07-31 18:48:02 +00:00
- [`requirejs`](./bundler#requirejs)
- [`rollup`](./bundler#rollup)
2022-07-25 20:48:10 +00:00
- [`snowpack`](./bundler#snowpack)
2022-07-31 09:22:30 +00:00
- [`swc`](./bundler#swc)
2022-08-07 07:48:40 +00:00
- [`systemjs`](./bundler#systemjs)
2022-07-26 10:49:14 +00:00
- [`vite`](./bundler#vite)
2022-08-07 07:48:40 +00:00
- [`webpack`](./bundler#webpack)
2022-07-31 18:48:02 +00:00
- [`wmr`](./bundler#wmr)
2022-08-17 07:10:01 +00:00
:::note
If a demo for a library or framework is not included here, please leave a note.
:::