objective c - How to send a cell (or records) range query to fetch a ranged feed from worksheet entry from iPhone app to Google Spreadsheet? -
i'm trying find how specified range feed of cells (or records) worksheet entry.
i found that, there solution in "google data apis .net client library"
and in "google data api python client library"
but can't find how objective-c. possible? if yes, how? if not, how implement opportunity & how hard do? reason i'm intrested desire reduce traffic among iphone app & google.
thanks in advance.
google not provide objective-c api access spreadsheets. still possible access spreadsheets, responsible creating raw http requests.
the nsurlrequest , nsurlconnection classes can used create , send necessary http requests. you'll need decent working knowledge of http, other it's hard how difficult such endeavor - depends heavily on app allows user do. more interactive , flexible is, more time you'll have spend coding individual requests.
for more info, can @ generalized version of gdata api.
other resources:
nsurlrequest class reference
nsurlconnection class reference
Comments
Post a Comment