Thanks Robert.

@Amit, beware of etags changing, as the cells feed uses strong etags in
batch operations.  See here:
http://code.google.com/apis/gdata/docs/batch.html

This prevents you from unintentionally overwriting changes made by users in
the UI.  When you get an etag mismatch in your result set, you'll have to
re-fetch that cell and re-apply your update.

-Vic



On Fri, Feb 11, 2011 at 11:27 AM, Robert Kluin <[email protected]>wrote:

> See the docs on batch-updates:
>
> http://code.google.com/apis/spreadsheets/data/2.0/developers_guide_dotnet.html#SendingBatchRequests
>
>
> The lower level guides are also helpful.
>
> http://code.google.com/apis/spreadsheets/data/2.0/developers_guide_protocol.html
>  http://code.google.com/apis/spreadsheets/data/2.0/reference.html
>
>
>
> Robert
>
>
>
>
>
> On Fri, Feb 11, 2011 at 08:12, amit bansal <[email protected]> wrote:
> > Please guide be how i can cache complete spreadsheet on my machine and
> use
> > batch update to update it on server (sending from memory stream to Google
> > server).
> >
>

Reply via email to