I am encountering an issue with the code snippet below, which is causing an error specifically in the IE-11 web browser:
var excApp = new ActiveXObject("Excel.Application");
The error message being displayed is: Error: Automation server can't create object.
Are there any potential solutions or workarounds for this problem?