Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Need an alternative to ActiveXObject("Excel.Application")

more options

One of the application is using ActiveXObject to create excel object. This works in IE but not in Firefox. So need help to find out an alternative to create ActiveXObject("Excel.Application").

How can we make this to work in Firefox?

Please let me know if the question is not clear. Thanks for the help.

One of the application is using ActiveXObject to create excel object. This works in IE but not in Firefox. So need help to find out an alternative to create ActiveXObject("Excel.Application"). How can we make this to work in Firefox? Please let me know if the question is not clear. Thanks for the help.

All Replies (2)

more options

This code is written in javascript to create ActiveXObject

function exportView() { excel_obj = new ActiveXObject("Excel.Application"); .....

}

more options

Firefox doesn't do ActiveX. Try one of the IE Tab extensions.
https://addons.mozilla.org/en-US/firefox/addon/ie-tab-2-ff-36/