I\'m using GWT(Google Web Toolkit) to make a website. I need to show a table to the user, and let the user download the contents of the table.
On the client side, h
You can try ClientIO to read and write files on the client with GWT
http://www.emitrom.com/blog/client-io