xlsx.core.min.js has snoman character instead of code \u2603 due to whihc xlsx generation on IE 11 browser fails #687
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#687
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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:
@clgnik replaced the relevant regular expressions, please reopen if the issue persists after updating
Its working fine now!