Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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/