forked from sheetjs/sheetjs
SheetJS
d02650055d
- xlsx bin script takes `-8, --xls` options for writing BIFF8 - updated CFB to 0.12.1, CRC32 to 1.1.1 - test file spelling error (h/t @jsoref) - minified script renames write_shift / read_shift - UTF8 and XML entity processing Issues: - fixes #815 h/t @Neroth - fixes #739 h/t @LittleBreak @PWDream - fixes #553 h/t @keyiis - fixes #492 h/t @FlyingSailor @simonchan2013 |
||
---|---|---|
.. | ||
altjs | ||
angular | ||
angular2 | ||
browserify | ||
datagrid | ||
electron | ||
extendscript | ||
headless | ||
meteor | ||
nwjs | ||
react | ||
requirejs | ||
rollup | ||
server | ||
systemjs | ||
vue | ||
webpack | ||
xhr | ||
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.