Hi, I would like to write a JSP page which will launch Excel program to report data from Oracle. I know that I can specify the header
<%@page language="java" contentType="application/vnd.ms-excel" %>
so that the page will become Excel format. But I find it only shows simple page layout. May I ask if it's possible to show more than one sheet in the page and show graphs in sheets? Thanks!
<%@page language="java" contentType="application/vnd.ms-excel" %>
so that the page will become Excel format. But I find it only shows simple page layout. May I ask if it's possible to show more than one sheet in the page and show graphs in sheets? Thanks!