搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 2 个回答
  • 5 人有此问题
  • 1 次查看
  • 最后回复者为 the-edmeister

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.

所有回复 (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/