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
I can suggest you to try http://code.google.com/p/gwt-table-to-excel/, at least the server part.