Read + write style information to .xlsx #263

Open
protobi wants to merge 104 commits from protobi/master into master
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 858abf1103 - Show all commits

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////
if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeof $ != 'undefined')) {
var StyleBuilder = function (options) {
var customNumFmtId = 164;
@ -375,5 +375,5 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
}
}.initialize(options||{});
}
}

View File

@ -12005,7 +12005,7 @@ var XmlNode = (function () {
return XmlNode;
})();
/////////////////////////////////////////////////////////////////////////////////////////////////////
if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeof $ != 'undefined')) {
var StyleBuilder = function (options) {
var customNumFmtId = 164;
@ -12381,7 +12381,7 @@ if ((typeof 'module' != 'undefined' && typeof require != 'undefined') || (typeo
}
}.initialize(options||{});
}
}
XLSX.parse_xlscfb = parse_xlscfb;
XLSX.parse_zip = parse_zip;