Need to add support for edge browser.
var Excel, Book;
Excel = new ActiveXObject("Excel.Application");
Excel.Visible = true;
Using above code i am opening excel. Activex object is not supported by Edge now.
Is there any alternative for functionality to work on Edge also?