On Mon, Oct 21, 2013 at 11:38 PM, Vijay Kumbhani <[email protected]> wrote:
> how to delete record in google spreadsheet using gdata ? > There are a couple of different ways to go about doing that. You can go through the REST API, or through a client library. For instance, to delete a row in spreadsheets via REST, you issue a DELETE request to the following URL: https://spreadsheets.google.com/feeds/list/key/worksheetId/private/full/rowId/rowVersion(replace row, worksheetID, etc with your worksheet's information). See here for documentation: https://developers.google.com/google-apps/spreadsheets/#deleting_a_list_row ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
