sheetjs/demos
SheetJS fdbbf2d6bf precise time parse (h/t @ragearino @MyAddonsDev ) 2022-08-06 22:50:58 -04:00
..
altjs XLS Unicode Property Lists [ci skip] 2021-10-02 21:41:36 -04:00
angular stox skip blank worksheets [ci skip] 2022-08-03 12:40:26 -04:00
angular2 version bump 0.18.6 2022-04-14 03:27:38 -04:00
array parsers expose original book type 2022-07-08 18:45:00 -04:00
browserify stox skip blank worksheets [ci skip] 2022-08-03 12:40:26 -04:00
chrome stox skip blank worksheets [ci skip] 2022-08-03 12:40:26 -04:00
database stox skip blank worksheets [ci skip] 2022-08-03 12:40:26 -04:00
datagrid stox skip blank worksheets [ci skip] 2022-08-03 12:40:26 -04:00
deno numbers OperationStorage iwa warning 2022-07-31 19:48:04 -04:00
electron precise time parse (h/t @ragearino @MyAddonsDev ) 2022-08-06 22:50:58 -04:00
extendscript unified autofilter defined name sync on export 2022-05-30 04:42:10 -04:00
function version bump 0.18.6 2022-04-14 03:27:38 -04:00
google-sheet estk test [ci skip] 2022-05-20 04:56:18 -04:00
headless parse number values from RTF cells 2022-07-07 02:30:44 -04:00
knockout numbers OperationStorage iwa warning 2022-07-31 19:48:04 -04:00
meteor precise time parse (h/t @ragearino @MyAddonsDev ) 2022-08-06 22:50:58 -04:00
nwjs stox skip blank worksheets [ci skip] 2022-08-03 12:40:26 -04:00
oldie docs: replace all `git.io` link (#2666) 2022-04-28 03:59:37 -04:00
parcel stox skip blank worksheets [ci skip] 2022-08-03 12:40:26 -04:00
react version bump 0.18.6 2022-04-14 03:27:38 -04:00
requirejs numbers OperationStorage iwa warning 2022-07-31 19:48:04 -04:00
rollup stox skip blank worksheets [ci skip] 2022-08-03 12:40:26 -04:00
server version bump 0.18.6 2022-04-14 03:27:38 -04:00
showcase version bump 0.15.2: actually pass lint tests 2019-11-14 20:46:49 -05:00
systemjs precise time parse (h/t @ragearino @MyAddonsDev ) 2022-08-06 22:50:58 -04:00
typescript precise time parse (h/t @ragearino @MyAddonsDev ) 2022-08-06 22:50:58 -04:00
vue more lotus 1-2-3 formula functions 2022-05-10 04:02:52 -04:00
webpack clean cptable global pollution 2022-03-11 01:16:24 -05:00
xhr precise time parse (h/t @ragearino @MyAddonsDev ) 2022-08-06 22:50:58 -04:00
xspreadsheet stox skip blank worksheets [ci skip] 2022-08-03 12:40:26 -04:00
README.md precise time parse (h/t @ragearino @MyAddonsDev ) 2022-08-06 22:50:58 -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

Other examples are included in the showcase.

Analytics