updating to 0.11.0

This commit is contained in:
SheetJS 2017-08-01 01:51:08 -04:00
parent b53f0c154d
commit 74a3adc599
4 changed files with 36 additions and 43 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

44
xlsx.full.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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') {