Forum Discussion

harshadw's avatar
harshadw
New Contributor
7 years ago

How to resolve the error while opening an excel workbook?

I am trying to open an excel workbook using the below lines of code. It throws an error saying,   function Test(){ var Excel; Excel = Sys.OleObject("Excel.Application"); Excel.Visible = true; E...