Export HTML table to Excel - using jQuery or Java

前端 未结 9 1688
慢半拍i
慢半拍i 2020-12-06 07:13

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

9条回答
  •  独厮守ぢ
    2020-12-06 07:21

    I can suggest you to try http://code.google.com/p/gwt-table-to-excel/, at least the server part.

提交回复
热议问题