I have a related question.  I want to create a web app that will let
me upload or append data to Google Spreadsheets.  I am able to do this
from a GData example I modified, but I am having trouble translating
that into a web application.  From what I've tried so far, it seems
that it is not easy to link the two since GWT runs on the client-side
(and I keep getting errors).  Are there examples out there that can
show me how I can make GWT interface with GData?  What's the best way
to go about this?

Thanks in advance for your any help you might offer! =)
- Amy

On Jul 21, 11:33 am, Sumit Chandel <sumitchan...@google.com> wrote:
> Hi Abhiram,
> You will need to provide your own visualization for the spreadsheet data in
> your GWT application. The FlexTable widget may be particularly useful here.
>
> To actually persist and work with data in a Google Spreadsheet, however, you
> can use the Spreadsheets API (one of many flavours). You can check out the
> Spreadsheet API at the link below.
>
> Spreadsheets API:http://code.google.com/apis/spreadsheets/
>
> <http://code.google.com/apis/spreadsheets/>Hope that helps,
> -Sumit Chandel
>
>
>
> On Sat, Jul 18, 2009 at 2:43 AM, twdarkflame <darkfl...@gmail.com> wrote:
>
> > Not to my knowledge, but you could just use a Frame element, seeing as
> > Google docs can provide url links to each document.
> > Not particularly neat though.
>
> > On Jul 17, 11:53 am, abhiram <abhir...@gmail.com> wrote:
> > > Hi,
>
> > >   Is there a way to integrate the 'Google Docs' with the GWT
> > > application so that I can conveniently display the spreadsheets and
> > > all in my web application. Just wanted to know if there is any jar
> > > available for 'Google Docs'. And a sample application also would be of
> > > great help.
>
> > > Regards,
> > > Abhiram

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to