I should add new entries to Google spreadsheets in Java program.
It will be Java app on user's machine.
(Yes, I know it is possible to add entries in WEB browser using Google
forms,
but for some reasons I have to add entries in my program)

I can't find how to do it programmatically.

Well, I have created a form on http://docs.google.com
I looked at
http://code.google.com/intl/ru/apis/gdata/docs/2.0/basics.html
(Google Data Protocol-> Protocol Basics->Inserting a new entry)

I read the following:
To create a new entry, send a POST request, and supply the XML
representation of the new entry:

POST /myFeed

But what is "myFeed" for my spreadsheet? No explanations.

Queries are described in
http://code.google.com/intl/ru/apis/gdata/docs/2.0/reference.html
It is written the following:
    if the FeedURI is http://www.example.com/feeds/jo,
    then you might send a query with the following URI:
    http://www.example.com/feeds/jo?q=Darcy&updated-min=2005-04-19T15:30:00Z

I don't follow. Do we have deal with Google spreadsheet,
or do we deal with some 3d patry example.com ?
As I said I'd like to write client -side Java app.

I can't find appropriate Google API,
so I am going   to work with Google requests/responses directly.

Can anybody help me, please, to understand.
Thanks

Reply via email to