I use the component ExcelJS in my React application. The component works perfectly in all the major browsers (Chrome, Firefox, Edge), however in Internet Explorer it throws an exception related to the Javascript method assign():
Object doesn't support property or method 'assign'
I know that the issue is not strictly related to the ExcelJS component but maybe somebody has any solution for this?