How to Open JSP file as Ms Excel [message #258574] |
Mon, 13 August 2007 01:54 |
sarath bondu
Messages: 5 Registered: August 2004
|
Junior Member |
|
|
Hi,
I have developed a JSP page under JTF Arctecture.
Iam trying to Export data from Jsp to .xls file.
for that i used
<%@ page contentType="application/vnd.ms-excel" %> tag.
if i didnt included Jtf files inside my jsp the file is opening into .xls if i inculded jtf files like
<%@ include file="ibucinit.jsp"%>
<%@ include file="ibuchst2.jsp"%>
<%@ include file="ibuchend.jsp"%>
<%@ include file="ibucbst.jsp"%>
The page is opening as normal jsp not as xls
can anybody help me out how to open a jsp file into Excel.
Thanks,
Sarath
|
|
|