Firstly, try moving your script to the bottom of the body. You should also set your Excel
variable to be visible. And there's a typo with the line Excel.Workbook.Open("teste.xlsx");
(should be Workbooks
). The following is working for me in IE. I don't think it will work in other browsers: