Re: How to generate and download Excel Files with GWT

2019-06-28 Thread Mallikarjuna Sarvala
Hi, Can you please let me know which module did add gwt.xml file to work with WritableWorkbook. I have a situation to work with Excel in GWT but not able to find any module On Tuesday, 4 May 2010 19:22:28 UTC+5:30, Dima wrote: > > Hi, > > I try to create a test.xsl on the server without saving

Re: How to generate and download Excel Files with GWT

2012-03-06 Thread zmo
Try to use GWT.getHostPageBaseURL() + "myfiledownload"; -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/LdR5wEDcL-oJ. To post to this group, s

How to generate and download Excel Files with GWT

2010-05-04 Thread Dima
Hi, I try to create a test.xsl on the server without saving the file on the server. My application is running fine in hosted mode, but once compiled and uploud(Tomcat) I get a nasty exception. Probably my servleturl is not correct. My code: Client: final String li