Hello,
My application design is GWT and Servlets.
I have the following situation in order to generate a report.
* Because of DeadlineExceeded exception in AppEngine server, I will not be
able to make one RPC call to fetch and aggregate the data and return to the
Client.
* Hence, I make few RPC calls from GWT using GWT timer and assemble the data
on the GWT client and render the report.
* Now,  the user clicks on 'Export' button, to export the data to Excel.
How do I export the data to Excel?

-Aswath
http://www.AccountingGuru.in

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to