I'm using OpenCSV (http://opencsv.sourceforge.net/) for creating CSV files, but there's nothing magic that ties it to my GWT tables. The CSV conversion is done on in a servlet using the same data that was used to draw the client-side table, and then sent to the browser.
I'm using iText (http://www.lowagie.com/iText/) for creating PDFs. Again, this is happening on the server, not in the client. On Jun 16, 10:42 am, Kady <[email protected]> wrote: > Is there an option to export the data from GWT tables to popular > formats like csv, xls, xml, pdf etc? If not, how can one build this > option? > > Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
