i am display some report in jsp pagenow . I want to dispaly this report via Excel format.
can any body give any idea?
Printable View
i am display some report in jsp pagenow . I want to dispaly this report via Excel format.
can any body give any idea?
It's better that you ask it in JSP forums. Anyway, I'll move you there. Don't start another thread again.
Use this in the headers in jsp page, basically you have to set the headers set
to display results in excel, if this doesnt work you have to use sourgeforge's POI api.
Code:<%@ page contentType="application/vnd.ms-excel" language="java" import="java.sql.*, java.util.*" errorPage="" %>
if you want to handle the data,you can use : jxl.jar