xlsx.core.min.js has snoman character instead of code \u2603 due to whihc xlsx generation on IE 11 browser fails #687

Closed
opened 2017-06-13 08:32:34 +00:00 by clgnik · 3 comments
clgnik commented 2017-06-13 08:32:34 +00:00 (Migrated from github.com)

xlsx.core.min.js has snoman character instead of code \u2603 due to whihc xlsx generation on some IE 11 browser fails.

Step to find this code : search for ^☃]*) in xlsx.core.min.js

the Fix for this issue is : simply replace ^☃]) by \u2603]) in xlsx.core.min.js

xlsx.core.min.js has snoman character instead of code \u2603 due to whihc xlsx generation on some IE 11 browser fails. Step to find this code : search for ^☃]*) in xlsx.core.min.js the Fix for this issue is : simply replace ^☃]*) by \u2603]*) in xlsx.core.min.js
SheetJSDev commented 2017-06-13 16:09:03 +00:00 (Migrated from github.com)

@clgnik that is very strange! Can you share a small example? Also, can you test if http://sheetjs.com/demos/modify.html works on your computer? I've manually tested it back to IE6 without issue.

We run the browser test suite against IE8+, so I'm surprised that something like the snowman char would not work on IE11:

Build Status

@clgnik that is very strange! Can you share a small example? Also, can you test if http://sheetjs.com/demos/modify.html works on your computer? I've manually tested it back to IE6 without issue. We run the browser test suite against IE8+, so I'm surprised that something like the snowman char would not work on IE11: [![Build Status](https://saucelabs.com/browser-matrix/sheetjs.svg)](https://saucelabs.com/u/sheetjs)
SheetJSDev commented 2017-06-24 06:54:22 +00:00 (Migrated from github.com)

@clgnik replaced the relevant regular expressions, please reopen if the issue persists after updating

@clgnik replaced the relevant regular expressions, please reopen if the issue persists after updating
clgnik commented 2017-08-12 22:43:46 +00:00 (Migrated from github.com)

Its working fine now!

Its working fine now!
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#687
No description provided.