Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Learn More

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

  • 2 одговорa
  • 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/