sheetjs/demos
390910131 04dc18e742
fix vue3-table-lite demo url typo
2022-09-13 13:58:09 +08:00
..
altjs XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
angular XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
angular2 parse ZIP64 length (fixes #2766 h/t @silvialeung) 2022-08-21 20:51:51 -04:00
array XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
browserify XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
chrome XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
database XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
datagrid XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
deno XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
electron XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
extendscript XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
function parse ZIP64 length (fixes #2766 h/t @silvialeung) 2022-08-21 20:51:51 -04:00
google-sheet XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
headless XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
knockout XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
meteor precise time parse (h/t @ragearino @MyAddonsDev ) 2022-08-06 22:50:58 -04:00
nwjs XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
oldie XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
parcel XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
react parse ZIP64 length (fixes #2766 h/t @silvialeung) 2022-08-21 20:51:51 -04:00
requirejs XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
rollup XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
server parse ZIP64 length (fixes #2766 h/t @silvialeung) 2022-08-21 20:51:51 -04:00
systemjs XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
typescript precise time parse (h/t @ragearino @MyAddonsDev ) 2022-08-06 22:50:58 -04:00
vue fix vue3-table-lite demo url typo 2022-09-13 13:58:09 +08:00
webpack XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
xhr XLSX custprops strip ns [ci skip] 2022-08-15 01:20:14 -04:00
xspreadsheet parse ZIP64 length (fixes #2766 h/t @silvialeung) 2022-08-21 20:51:51 -04:00
README.md parse ZIP64 length (fixes #2766 h/t @silvialeung) 2022-08-21 20:51:51 -04: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

JavaScript APIs

Frameworks

Front-End UI Components

Platforms and Integrations

Bundlers and Tooling

Analytics