in this case, we have a report on html format.
then we want to export it to excell (dot xls).
this jsp code :
<%
response.setContentType("application/vnd.ms-excel");
..........
..........
response.setHeader("Content-disposition","attachment;filename="+name+".xls");
%>
Install Postgresql Di Linux
17 years ago

No comments:
Post a Comment