I want export a HTML table into an Excel sheet using IE8 or Outlook. Because i am working in Dynamics CRM Web-Resource, is nothing but a html page.
When i create ActiveXObject as :
var ExcelApp = new ActiveXObject("Excel.Application");
It says that
"Automation server can't create object".
I have changed the setting In IE for ActiveX by going into the Tool-> Internet Option-> Security-> Custom Level.
I have tried this in a web-resource(html page) and
also in .js file(fired onclicking of ribbon button) but still getting same error..:(
Please help me.
Any kind of help would be greatly appreciated.