Originally Posted by
mukesh1985
i am display some report in jsp pagenow . I want to dispaly this report via Excel format.
can any body give any idea?
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.
<%@ page contentType="application/vnd.ms-excel" language="java" import="java.sql.*, java.util.*" errorPage="" %>