Yes I think the best way is to generate the data in your server and add a
link to download it in your application

myPanel.add(new HTML("<a href=\"path_to_your_server_csv_generator\">download
a csv</a>"));

On Sat, May 9, 2009 at 10:45 AM, wouter <[email protected]> wrote:

>
> As far as I know there are no specific classes to generate or
> manipulate csv. There are for JSON and XML. You can of course do you
> own string manipulation.
> But for what you want to do, it might make sense to generate the file
> on the server in java, PHP or whatever language you're using and
> "download" it with Window.open(...)
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to