资 源 简 介
Moved to github
GWT module to export a table, without writing any server-side code.
Following the dry principle, you don"t want to write a table building twice, one for the GWT UI, and another for the excel export? This framework is for you!
How it works ?
The main point is that excel and other modern spreadsheet knows how to render an html table, so just open the dynamically built html table with the correct mime-type, and that"s all. The gwt-table-to-excel servlet acts as a mirror.
Here is an exemple with a GET request:
[try to open a table](http://gwt-table-to-excel-demo.appspot.com/gtte/excel?fileName=get-gtte-export&html=Itissimple)
A get request will only work for short table due to url length constraints.
The framework actually use a POST requ