forked from sheetjs/sheetjs
SheetJS
b645f6ef98
- updated SSF to 0.6.5 - XLSB 'dbcs' uses codepage - README bugfix (h/t @noodles) - new tests: rawjson and json baselines generated by hand - single cell ranges are encoded as cells ("A1" instead of "A1:A1") (h/t @clxl) - source code alignment with js-xls
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
XLSX.parseZip = parseZip;
|
|
XLSX.read = readSync;
|
|
XLSX.readFile = readFileSync;
|
|
XLSX.utils = utils;
|
|
XLSX.SSF = SSF;
|