forked from sheetjs/sheetjs
SheetJS
6732eb76f8
- 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 |
||
---|---|---|
.. | ||
angular | ||
angular2 | ||
browserify | ||
extendscript | ||
meteor | ||
phantomjs | ||
requirejs | ||
rollup | ||
systemjs | ||
vue | ||
webpack | ||
README.md |
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.