Opening Excel sheet in Excel Application instead of browser
Hi,
I need to open an excel sheet from a JSP. When i click the link it opens a pop-up which asks open/save. This is fine. but when i click open it opens the excel sheet in the IE itself. I want the excel sheet to be opened using MS Excel Application. This is the piece of code i have used:
response.setHeader("Content-Disposition", "attachment;filename="+ displayFileName);
Also the pop-up does not show the "displayFileName" as set by me but some other name.
Please help me out regarding this!
Thanks in Advance!!!

