how to work with spreadsheets using Google Drive API on iOS

后端 未结 1 1791
南笙
南笙 2020-12-31 09:13

I\'m trying to write an iPhone app that stores its database in a Google spreadsheet. I followed the DrEdit example here which uses the Drive API to read/write plain text fil

相关标签:
1条回答
  • 2020-12-31 10:03

    You should use the Google Spreadsheets API to directly manipulate the cells of a spreadsheet:

    https://developers.google.com/google-apps/spreadsheets/

    The Spreadsheet API is supported by the Google Data APIs Objective-C Client Library which also includes some samples that you can use as reference:

    http://code.google.com/p/gdata-objectivec-client/

    0 讨论(0)
提交回复
热议问题