You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause is that exceljs uses saxes that uses xmlchars.
And xmlchars uses regular expressions with the unicode flag ("u") that cannot work in IE (so an error "Invalid range in character set" is thrown)