forked from sheetjs/sheetjs
Remove requirement that require, module or jquery be defined before using StyleBuilder
This commit is contained in:
parent
21e1976f82
commit
858abf1103
@ -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||{});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
4
xlsx.js
4
xlsx.js
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user