Report « Format « JSP-Servlet Q&A





1. Excel-format report    coderanch.com

Hello everybody, I am doing a report using JSP, html and java Script as front end and DB2 as back end. When the user gives the input, depending on that input, report is given. Now, my problem is, User wants the report to be in EXCEL format. So, i am changing the content type to: ---------------------- response.setContentType("application/vnd.ms-excel"); ---------------------- Yes, i am ...

2. export JSP report to pdf format    coderanch.com

Hi! I am displaying a report in jsp page , i need a code on button click with which the report can be exported in .pdf formate . Can any one help me out in this regard.I need it urgentely. thnks [ October 11, 2007: Message edited by: Vivek Mathur ] [ October 11, 2007: Message edited by: Vivek Mathur ] ...