I doubt if something like this exist, that can generate an excel file without going back to the server. But you can create a service (at server side) that can generate an excel after getting <Lists>Objects, I used the same in one of the project, You can check this link ( http://sample.gwt4enterprise.com), It calls a service to generate an excel for it.
-Vivek GWT4Enterprise On Thu, Sep 25, 2008 at 2:45 PM, MN <[EMAIL PROTECTED]> wrote: > > @princ > i dont find any EXPORT_EXCEL tool - where you find it? > > On 19 Sep., 16:41, leo_BsAs <[EMAIL PROTECTED]> wrote: > > I have been looking for that feature, but I can't find any elegant. > > Probably, the best approach is to call a link to a servlet, generate > > the excel in the server and show the response with content-type > > application/excel. > > In the ext-js forum there is an attempt to do what you want, but I > > think that only works with an specific version of IE. > > > > Regards, > > > > Leo > > > > On Sep 11, 7:02 am, princ <[EMAIL PROTECTED]> wrote: > > > > > Can any one post a sample code for grid panel using EXPORT_EXCEL > > > tool.I need to transfer the data from grid panel to excel sheet once > > > the user clicks on the tool > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
