I\'ve a HTML table on my JSP page, that I want to be exported to Excel on a button click.
What would be the best way of going about this?
(For ex., how would
Exporting to Excel file format with JQuery is impossible.
You can try with Java. There are a lot of libraries to do that.