S
SMuthaiyan
Hi,
I am trying to create a EXCEL sheet in a jsp program.
Say the jsp program is CallExcel.jsp
I am using response.setContentType("application/vnd.ms-excel");
to make the content type as excel.
The link which calls the CallExcel.jsp is like
http://<ip.address>:8080/<root folder>/CallExcel.jsp?&obj=<value> Where
obj is the parameter being passed to the jsp page.
When I try the link it is trying to open a file with the name
CallExcel.jsp?&obj=<value> and not as CallExcel.xls
We are having EXCEL 2002 in our machine. And I am not able to open the
file. I don't know what is the problem.
Waiting for the response.
Thanks
I am trying to create a EXCEL sheet in a jsp program.
Say the jsp program is CallExcel.jsp
I am using response.setContentType("application/vnd.ms-excel");
to make the content type as excel.
The link which calls the CallExcel.jsp is like
http://<ip.address>:8080/<root folder>/CallExcel.jsp?&obj=<value> Where
obj is the parameter being passed to the jsp page.
When I try the link it is trying to open a file with the name
CallExcel.jsp?&obj=<value> and not as CallExcel.xls
We are having EXCEL 2002 in our machine. And I am not able to open the
file. I don't know what is the problem.
Waiting for the response.
Thanks