d-band / better-xlsx

A better xlsx library.
https://d-band.github.io/better-xlsx/
421 stars 36 forks source link

a bug for ie #24

Closed usercx closed 7 years ago

usercx commented 7 years ago

line 1439 in dist/xlsx.js this._xmlName = xmlName || this.constructor.name.substring(1);

for IE ,function.name is undefined....

helloyou2012 commented 7 years ago

@usercx you should use babel-polyfill with IE.