iPhone 向 Google Apps 发送数据并从 Google Apps 检索数据?
我见过一些 iPhone 应用程序具有将数据导出到 Google Apps 文档或电子表格的功能。 我想为我的 iPhone 应用程序添加类似的功能。 有相关的 API 吗? 另一个方向怎么样 - 有没有办法从 Google Apps 电子表格获取数据(例如 CSV 文件)?
如果没有这些,有没有办法直接在 iTunes 中导入 SQLite 转储文件?
背景:我正在编写的应用程序处理大量记录,可能是数千条记录,我希望能够获取在真实计算机上输入的数据,而不是期望人们在那个小小的键盘上输入它们。 另外,这个 iPhone 应用程序正在取代我已经使用的 Palm 应用程序,我已经输入了数百条记录,但它能够生成 CSV 文件。
I've seen a couple of iPhone applications that have the functionality to export data to a Google Apps document or spreadsheet. I would like to add similar functionality to my iPhone app. Is there an API for that? How about the other direction - is there a way to get data (say a CSV file) from a Google Apps spreadsheet?
If there isn't one of those, is there a way to directly import a SQLite dump file in iTunes?
Background: the app I'm writing deals with a large number of records, possibly thousands, and rather than expecting people to enter them on that tiny little keyboard, I'd like to be able to take data entered on a real computer. Plus, this iPhone app is replacing a Palm app that I already use, which I have entered hundreds of records, but which has the ability to produce a CSV file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看有关上传文档的 Google 文档列表 API。 该 API 参考包含有关检索文档的信息。
以下是文档上传示例来自谷歌。
Check out Google's Doc List API regarding uploading documents. That same API reference has information on retrieving documents.
Here's a sample of document uploading from Google.