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
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
/* xlsx.js (C) 2013-2014 SheetJS -- http://sheetjs.com */
|
|
/* vim: set ts=2: */
|
|
var XLSX = {};
|
|
(function(XLSX){
|