Hi All, I am trying to perform basic CRUD operations using objective c - spread sheet API.
So far I am able to perform read operation by following the steps in sample application provided in repository, but I am unable to understand how to perform insert, update, delete operations using objective c API. I analyzed this link: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html to perform intended task, but most of the code is in java. Can anyone help me by providing some sample code or suggestion to implement it via cocoa or objective-c? Thanks, Devarshi
