iPhone 向 Google Apps 发送数据并从 Google Apps 检索数据?

发布于 2024-07-13 02:18:28 字数 349 浏览 5 评论 0原文

我见过一些 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你丑哭了我 2024-07-20 02:18:28

查看有关上传文档的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文