sheetjs/demos
SheetJS 9a3294c955 phasing out patterns with side effects
- add ssf test to actions
- support for threaded comments (fixes #2542)
2022-03-14 02:51:33 -04:00
..
altjs XLS Unicode Property Lists [ci skip] 2021-10-02 21:41:36 -04:00
angular XLS Unicode Property Lists [ci skip] 2021-10-02 21:41:36 -04:00
angular2 XLSB/XLS Record Name refactor 2022-03-12 09:05:57 -05:00
array
browserify XLS Unicode Property Lists [ci skip] 2021-10-02 21:41:36 -04:00
chrome README cleanup in anticipation of node fetch 2022-02-05 09:04:02 -05:00
database
datagrid XLS Unicode Property Lists [ci skip] 2021-10-02 21:41:36 -04:00
deno Demos [ci skip] 2022-03-07 00:46:23 -08:00
electron Demos [ci skip] 2022-03-07 00:46:23 -08:00
extendscript
function
fusebox
google-sheet
headless Parse non-conformant records from Access export 2022-02-08 04:57:56 -05:00
knockout knockout demo update [ci skip] 2021-09-12 00:55:10 -07:00
meteor demos avoid readAsBinaryString [ci skip] 2021-09-20 09:37:16 +02:00
nwjs Demos updated broken links [ci skip] 2021-09-09 14:02:44 +08:00
oldie README cleanup in anticipation of node fetch 2022-02-05 09:04:02 -05:00
parcel Demos [ci skip] 2022-03-07 00:46:23 -08:00
react phasing out patterns with side effects 2022-03-14 02:51:33 -04:00
requirejs XLS Unicode Property Lists [ci skip] 2021-10-02 21:41:36 -04:00
rollup Demos [ci skip] 2022-03-07 00:46:23 -08:00
server Demos [ci skip] 2022-03-07 00:46:23 -08:00
showcase
systemjs XLS Unicode Property Lists [ci skip] 2021-10-02 21:41:36 -04:00
typescript
vue DBF preserve field properties 2022-03-10 00:31:13 -05:00
webpack clean cptable global pollution 2022-03-11 01:16:24 -05:00
xhr DBF preserve field properties 2022-03-10 00:31:13 -05:00
xspreadsheet version bump 0.17.3 2021-10-13 03:26:40 -04:00
README.md react-modify demo [ci skip] 2022-03-12 17:15:34 +02: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