open excel document in jsp page
Hi,
I am trying to open a excel spreadsheet in jsp page. I am using a link to open the excel .
<%@ page contentType="application/vnd.ms-exel" %>
<meta http-equiv="Content-Type" content="application/vnd.ms-excel; charset=iso-8859-1">
Even after including this code , it does'nt open up. Any suggestions pls.:)
|