Hi,
I have a
JSP cantian, Header,footer and a HTML table which is dynamically generated from the previous page.
I am trying to export that HTML table data to a EXCEL sheet.
I placed the above code in my JSP. Its generating Excel sheet with Header, table, and Footer(but its not showing the result page).
But My application needs,
After displaying the result page(Result page cantains Header, Footer and HTML table) , I have a link "Export to Excel" .
Once I click that link it should generate a Excel sheet with only HTML Table contents.(Not with all)
Is there any speicfic way to do that. Please suggest me some way.
Thanks in advance,
-Mark