help in HSSF
Hi,
Can i use HSSF code inside my JSP? I have a JSP page which fetches data fom database(using servlet) and displays as HTML
table in the same JSP page itself.
Now i want to save this table as Excel by clicking a button.Can i include HSSF code in JSP itself may b in a function which gets called wen i click that button.
Please hepl me out.

