Closed usercx closed 7 years ago
line 1439 in dist/xlsx.js this._xmlName = xmlName || this.constructor.name.substring(1);
for IE ,function.name is undefined....
@usercx you should use babel-polyfill with IE.
babel-polyfill
line 1439 in dist/xlsx.js this._xmlName = xmlName || this.constructor.name.substring(1);
for IE ,function.name is undefined....