sheetjs/demos
SheetJS 5b67ac0806 version bump 0.11.2: proper plaintext parsing
- dollar currencies and percentages properly detected as numbers
- parse potential CDATA segments in XLSX (fixes #775 h/t @awb99)
- IE8 issues with regex
- altjs demos

Issues:
- fixes #673 h/t @huhm
- fixes #748 h/t @sangpuion
- fixes #749 h/t @GreggOD
- fixes #772 h/t @sangpuion @jyyan
2017-08-10 19:46:34 -04:00
..
altjs version bump 0.11.2: proper plaintext parsing 2017-08-10 19:46:34 -04:00
angular demos and docs [ci skip] 2017-08-08 16:31:17 -04:00
angular2 Improved Code Style of Angular 2+ Demo [ci skip] 2017-08-05 18:23:11 -06:00
browserify systemjs node/browser examples [ci skip] 2017-05-19 12:46:08 -04:00
datagrid version bump 0.11.2: proper plaintext parsing 2017-08-10 19:46:34 -04:00
extendscript lint and type fixes 2017-05-13 14:21:22 -04:00
meteor version bump 0.10.9: pin dependencies 2017-07-28 19:27:16 -04:00
phantomjs DBF from js-harb 2017-03-28 00:41:01 -04:00
requirejs version bump 0.11.1: dist cleanup 2017-08-05 02:32:57 -04:00
rollup demos and docs [ci skip] 2017-08-08 16:31:17 -04:00
systemjs demos and docs [ci skip] 2017-08-08 16:31:17 -04:00
vue Update SheetJS-vue.js 2017-07-06 14:55:10 -04:00
webpack demos and docs [ci skip] 2017-08-08 16:31:17 -04:00
README.md rollup demo [ci skip] 2017-06-08 02:19:11 -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 work as laid out.