sheetjs/demos
SheetJS 6732eb76f8 hodgepodge of fixes
- missing formula elements rewritten to valid defined names (see #680)
- comment author length limit enforced
- XLS ifmt references renamed to numFmtId for consistency with XLSB
- removed circular symlink
- mangle/compress with uglify
- more flow comments
2017-07-27 17:15:55 -04:00
..
angular vue demo and typing fixes [ci skip] 2017-06-19 03:14:18 -04:00
angular2 hodgepodge of fixes 2017-07-27 17:15:55 -04:00
browserify systemjs node/browser examples [ci skip] 2017-05-19 12:46:08 -04:00
extendscript lint and type fixes 2017-05-13 14:21:22 -04:00
meteor meteor example [ci skip] 2017-05-24 18:52:35 -04:00
phantomjs DBF from js-harb 2017-03-28 00:41:01 -04:00
requirejs version bump 0.10.0: cleanup 2017-05-09 14:07:57 -04:00
rollup rollup demo [ci skip] 2017-06-08 02:19:11 -04:00
systemjs miscellany 2017-07-26 04:35:28 -04:00
vue Update SheetJS-vue.js 2017-07-06 14:55:10 -04:00
webpack vue demo and typing fixes [ci skip] 2017-06-19 03:14:18 -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.