forked from sheetjs/sheetjs
updating to 0.11.0
This commit is contained in:
parent
b53f0c154d
commit
74a3adc599
@ -1918,6 +1918,7 @@ describe('encryption', function() {
|
||||
});
|
||||
});
|
||||
|
||||
if(typeof cptable !== 'undefined')
|
||||
describe('multiformat tests', function() {
|
||||
var mfopts = opts;
|
||||
var mft = fs.readFileSync('multiformat.lst','utf-8').split("\n");
|
||||
|
32
xlsx.core.min.js
vendored
32
xlsx.core.min.js
vendored
File diff suppressed because one or more lines are too long
44
xlsx.full.min.js
vendored
44
xlsx.full.min.js
vendored
File diff suppressed because one or more lines are too long
2
xlsx.js
2
xlsx.js
@ -6,7 +6,7 @@
|
||||
/*global global, exports, module, require:false, process:false, Buffer:false */
|
||||
var XLSX = {};
|
||||
(function make_xlsx(XLSX){
|
||||
XLSX.version = '0.10.9';
|
||||
XLSX.version = '0.11.0';
|
||||
var current_codepage = 1200;
|
||||
/*global cptable:true */
|
||||
if(typeof module !== "undefined" && typeof require !== 'undefined') {
|
||||
|
Loading…
Reference in New Issue
Block a user