How to export the HTML Table data to excel.
Hi,
I have a HTML Page which contains one dynamic table. thats needs to be export to excel.
So i created
- One content JSP - (To Display the output and Button to export output to Excel)
- Excel JSP (Seprate JSP to have results in excel.)
But in order to print result again same operation needs to be done in excel jsp which is very time consuming and perfromace impact.
Can any body suggest the better way:
- How to pass table content to excel JSP.
Regards,
Piyush
|