2022-05-16 03:26:04 +00:00
|
|
|
---
|
2024-04-12 07:11:07 +00:00
|
|
|
title: Demos
|
2022-08-24 23:48:22 +00:00
|
|
|
pagination_prev: getting-started/index
|
2023-02-11 07:13:53 +00:00
|
|
|
pagination_next: solutions/input
|
2022-05-16 03:26:04 +00:00
|
|
|
hide_table_of_contents: true
|
|
|
|
---
|
|
|
|
|
2022-08-25 08:22:28 +00:00
|
|
|
Demos include complete examples and short discussions. For features that can
|
|
|
|
run in the web browser, demos will include interactive examples.
|
2022-05-16 03:26:04 +00:00
|
|
|
|
2023-08-20 20:39:35 +00:00
|
|
|
:::tip pass
|
|
|
|
|
|
|
|
If a demo for a library or framework is not included here, please leave a note
|
|
|
|
in the [issue tracker](https://git.sheetjs.com/sheetjs/docs.sheetjs.com/issues)
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
2022-07-06 05:38:24 +00:00
|
|
|
### JavaScript APIs
|
|
|
|
|
2023-03-06 19:35:43 +00:00
|
|
|
- [`XMLHttpRequest and fetch`](/docs/demos/net/network)
|
|
|
|
- [`Clipboard Data`](/docs/demos/local/clipboard)
|
|
|
|
- [`Web Workers`](/docs/demos/bigdata/worker)
|
2024-01-03 06:47:00 +00:00
|
|
|
- [`Typed Arrays`](/docs/demos/math)
|
2023-03-06 19:35:43 +00:00
|
|
|
- [`Local File Access`](/docs/demos/local/file)
|
2024-04-12 01:04:37 +00:00
|
|
|
- [`LocalStorage and SessionStorage`](/docs/demos/local/storageapi)
|
|
|
|
- [`Web SQL Database`](/docs/demos/local/websql)
|
2023-06-01 08:25:44 +00:00
|
|
|
- [`IndexedDB`](/docs/demos/local/indexeddb)
|
2022-07-06 05:38:24 +00:00
|
|
|
|
2023-01-05 03:57:48 +00:00
|
|
|
### Web Frameworks
|
2022-05-16 03:26:04 +00:00
|
|
|
|
2024-04-12 07:11:07 +00:00
|
|
|
- [`Kaioken`](/docs/demos/frontend/kaioken)
|
2023-01-09 17:25:32 +00:00
|
|
|
- [`Angular`](/docs/demos/frontend/angular)
|
2024-04-12 07:11:07 +00:00
|
|
|
- [`ReactJS`](/docs/demos/frontend/react)
|
2023-01-09 17:25:32 +00:00
|
|
|
- [`Svelte`](/docs/demos/frontend/svelte)
|
|
|
|
- [`VueJS`](/docs/demos/frontend/vue)
|
2023-11-19 05:23:07 +00:00
|
|
|
- [`AngularJS`](/docs/demos/frontend/angularjs)
|
2023-11-28 07:05:59 +00:00
|
|
|
- [`Dojo`](/docs/demos/frontend/dojo)
|
2023-03-06 19:35:43 +00:00
|
|
|
- [`Knockout`](/docs/demos/frontend/legacy#knockoutjs)
|
2022-05-16 03:26:04 +00:00
|
|
|
|
|
|
|
### Front-End UI Components
|
|
|
|
|
2023-03-12 06:25:57 +00:00
|
|
|
- [`canvas-datagrid`](/docs/demos/grid/cdg)
|
2023-02-28 11:40:44 +00:00
|
|
|
- [`x-spreadsheet`](/docs/demos/grid/xs)
|
2023-04-19 08:50:07 +00:00
|
|
|
- [`react-data-grid`](/docs/demos/grid/rdg)
|
2023-04-07 08:30:20 +00:00
|
|
|
- [`glide-data-grid`](/docs/demos/grid/gdg)
|
2023-04-24 08:50:42 +00:00
|
|
|
- [`vue3-table-lite`](/docs/demos/grid/vtl)
|
2024-04-12 01:04:37 +00:00
|
|
|
- [`angular-ui-grid`](/docs/demos/grid/#angular-ui-grid)
|
|
|
|
- [`material ui`](/docs/demos/grid/mui)
|
2022-10-19 10:05:59 +00:00
|
|
|
|
2023-01-05 23:33:49 +00:00
|
|
|
### iOS and Android Mobile Apps
|
|
|
|
|
|
|
|
- [`React Native`](/docs/demos/mobile/reactnative)
|
|
|
|
- [`NativeScript`](/docs/demos/mobile/nativescript)
|
|
|
|
- [`Quasar`](/docs/demos/mobile/quasar)
|
|
|
|
- [`Ionic`](/docs/demos/mobile/ionic)
|
|
|
|
- [`CapacitorJS`](/docs/demos/mobile/capacitor)
|
|
|
|
|
2023-01-05 03:57:48 +00:00
|
|
|
### Desktop App Frameworks
|
|
|
|
|
|
|
|
- [`Electron`](/docs/demos/desktop/electron)
|
|
|
|
- [`NW.js`](/docs/demos/desktop/nwjs)
|
|
|
|
- [`Wails`](/docs/demos/desktop/wails)
|
|
|
|
- [`Tauri`](/docs/demos/desktop/tauri)
|
|
|
|
- [`NeutralinoJS`](/docs/demos/desktop/neutralino)
|
|
|
|
- [`React Native for Desktop`](/docs/demos/desktop/reactnative)
|
|
|
|
|
2023-01-15 03:36:13 +00:00
|
|
|
### Content Management and Static Sites
|
|
|
|
|
|
|
|
- [`Lume`](/docs/demos/static/lume)
|
|
|
|
- [`GatsbyJS`](/docs/demos/static/gatsbyjs)
|
2023-05-07 13:58:36 +00:00
|
|
|
- [`Eleventy`](/docs/demos/static/eleventy)
|
2023-01-15 03:36:13 +00:00
|
|
|
- [`ViteJS`](/docs/demos/static/vitejs)
|
|
|
|
- [`NextJS`](/docs/demos/static/nextjs)
|
|
|
|
- [`NuxtJS`](/docs/demos/static/nuxtjs)
|
2023-04-30 12:27:09 +00:00
|
|
|
- [`SvelteKit`](/docs/demos/static/svelte)
|
2023-08-20 20:39:35 +00:00
|
|
|
- [`Webpack`](/docs/demos/static/webpack)
|
2023-01-15 03:36:13 +00:00
|
|
|
|
|
|
|
### App Extensions
|
|
|
|
|
|
|
|
- [`Excel JavaScript API`](/docs/demos/extensions/excelapi)
|
|
|
|
- [`ExtendScript for Adobe Apps`](/docs/demos/extensions/extendscript)
|
|
|
|
- [`Chrome and Chromium Extensions`](/docs/demos/extensions/chromium)
|
2023-04-19 08:50:07 +00:00
|
|
|
- [`Google Sheets + Apps Script`](/docs/demos/extensions/gsheet)
|
|
|
|
- [`AppleScript and OSA`](/docs/demos/extensions/osa)
|
2023-10-10 08:40:16 +00:00
|
|
|
- [`Mathematica`](/docs/demos/extensions/mathematica)
|
|
|
|
- [`MATLAB`](/docs/demos/extensions/matlab)
|
|
|
|
- [`Stata`](/docs/demos/extensions/stata)
|
|
|
|
- [`Maple`](/docs/demos/extensions/maple)
|
2024-10-14 04:45:51 +00:00
|
|
|
- [`Ghidra`](/docs/demos/extensions/ghidra)
|
2023-01-15 03:36:13 +00:00
|
|
|
|
|
|
|
### Cloud Platforms
|
|
|
|
|
|
|
|
- [`Amazon Web Services`](/docs/demos/cloud/aws)
|
|
|
|
- [`Azure Functions and Storage`](/docs/demos/cloud/azure)
|
|
|
|
- [`NetSuite SuiteScript`](/docs/demos/cloud/netsuite)
|
|
|
|
- [`Salesforce Lightning Web Components`](/docs/demos/cloud/salesforce)
|
|
|
|
|
2023-02-11 07:13:53 +00:00
|
|
|
### File Hosting Services
|
|
|
|
|
2023-02-18 02:33:30 +00:00
|
|
|
- [`Dropbox`](/docs/demos/cloud/dropbox)
|
|
|
|
- [`GitHub`](/docs/demos/cloud/github)
|
2023-02-11 07:13:53 +00:00
|
|
|
|
2023-02-15 06:00:28 +00:00
|
|
|
### Cloud Data Services
|
|
|
|
|
2023-02-18 02:33:30 +00:00
|
|
|
- [`Google Sheets`](/docs/demos/cloud/gsheet)
|
|
|
|
- [`Airtable`](/docs/demos/cloud/airtable)
|
2023-02-15 06:00:28 +00:00
|
|
|
|
2022-05-16 03:26:04 +00:00
|
|
|
### Platforms and Integrations
|
2022-07-06 05:38:24 +00:00
|
|
|
|
2024-03-18 08:24:41 +00:00
|
|
|
- [`Command-Line Tools`](/docs/demos/cli)
|
2024-04-12 01:04:37 +00:00
|
|
|
- [`NodeJS Server-Side Processing`](/docs/demos/net/server/#nodejs)
|
|
|
|
- [`Deno Server-Side Processing`](/docs/demos/net/server/#deno)
|
2023-03-06 19:35:43 +00:00
|
|
|
- [`Headless Automation`](/docs/demos/net/headless)
|
2023-02-24 07:46:48 +00:00
|
|
|
- [`Databases and Structured Data Stores`](/docs/demos/data)
|
|
|
|
- [`NoSQL and Unstructured Data Stores`](/docs/demos/data)
|
2023-01-09 17:25:32 +00:00
|
|
|
- [`Legacy Internet Explorer`](/docs/demos/frontend/legacy#internet-explorer)
|
2022-05-16 03:26:04 +00:00
|
|
|
|
|
|
|
### Bundlers and Tooling
|
2022-07-06 05:38:24 +00:00
|
|
|
|
2024-04-12 01:04:37 +00:00
|
|
|
- [`browserify`](/docs/demos/frontend/bundler/browserify)
|
2024-05-10 05:37:20 +00:00
|
|
|
- [`bun`](/docs/getting-started/installation/bun#bundling)
|
2023-10-20 09:35:44 +00:00
|
|
|
- [`esbuild`](/docs/demos/frontend/bundler/esbuild)
|
2024-04-12 01:04:37 +00:00
|
|
|
- [`parcel`](/docs/demos/frontend/bundler/parcel)
|
2023-10-19 05:23:55 +00:00
|
|
|
- [`requirejs`](/docs/demos/frontend/bundler/requirejs)
|
2024-04-12 01:04:37 +00:00
|
|
|
- [`rollup`](/docs/demos/frontend/bundler/rollup)
|
|
|
|
- [`swc`](/docs/demos/frontend/bundler/swcpack)
|
2023-10-19 05:23:55 +00:00
|
|
|
- [`systemjs`](/docs/demos/frontend/bundler/systemjs)
|
2024-04-12 01:04:37 +00:00
|
|
|
- [`vite`](/docs/demos/frontend/bundler/vitejs)
|
2023-10-18 02:07:06 +00:00
|
|
|
- [`webpack`](/docs/demos/frontend/bundler/webpack)
|
2024-04-12 01:04:37 +00:00
|
|
|
- [`wmr`](/docs/demos/frontend/bundler/#wmr)
|
2023-02-15 06:00:28 +00:00
|
|
|
|
|
|
|
### Other Programming Languages
|
|
|
|
|
|
|
|
- [`JavaScript Engines`](/docs/demos/engines)
|
2023-10-19 05:23:55 +00:00
|
|
|
- [`V8 (C++ / Rust)`](/docs/demos/engines/v8)
|
2024-04-12 07:11:07 +00:00
|
|
|
- [`Duktape (C / Perl / Python / Zig)`](/docs/demos/engines/duktape)
|
2023-02-15 06:00:28 +00:00
|
|
|
- [`JavaScriptCore (Swift)`](/docs/demos/engines/jsc)
|
2023-03-06 19:35:43 +00:00
|
|
|
- [`Rhino (Java)`](/docs/demos/engines/rhino)
|
2023-04-19 08:50:07 +00:00
|
|
|
- [`Nashorn (Java)`](/docs/demos/engines/nashorn)
|
2023-03-06 19:35:43 +00:00
|
|
|
- [`Goja (Go)`](/docs/demos/engines/goja)
|
2023-04-19 08:50:07 +00:00
|
|
|
- [`ChakraCore (C++)`](/docs/demos/engines/chakra)
|
|
|
|
- [`QuickJS (C)`](/docs/demos/engines/quickjs)
|
2024-04-12 07:11:07 +00:00
|
|
|
- [`Jint (C# / .NET)`](/docs/demos/engines/jint)
|
2023-03-06 19:35:43 +00:00
|
|
|
- [`ExecJS (Ruby)`](/docs/demos/engines/rb)
|
|
|
|
- [`JavaScript::Engine (Perl)`](/docs/demos/engines/perl)
|