Unrecognized rich format <u> | Unrecognized rich format <b> --- fix #309

Closed
giowe wants to merge 0 commits from master into master
giowe commented 2015-10-17 10:19:05 +00:00 (Migrated from github.com)

this fix solve this 2 issues


node_modules\xlsx\xlsx.js:4234
if(y[0].charCodeAt(1) !== 47) throw 'Unrecognized rich format ' + y[0];

Unrecognized rich format


node_modules\xlsx\xlsx.js:4234
if(y[0].charCodeAt(1) !== 47) throw 'Unrecognized rich format ' + y[0];

Unrecognized rich format

this fix solve this 2 issues --- node_modules\xlsx\xlsx.js:4234 if(y[0].charCodeAt(1) !== 47) throw 'Unrecognized rich format ' + y[0]; Unrecognized rich format <b> --- node_modules\xlsx\xlsx.js:4234 if(y[0].charCodeAt(1) !== 47) throw 'Unrecognized rich format ' + y[0]; Unrecognized rich format <u>

Pull request closed

Sign in to join this conversation.
No description provided.