【发布时间】:2013-02-01 09:12:55
【问题描述】:
我需要我的 android 应用程序始终连接到同一个谷歌电子表格以获取单元格数据(我将在未来每天更改,以便应用程序可以在不使用服务器的情况下获取更新的数据)。
在https://developers.google.com/google-apps/spreadsheets/?hl=it#ListFeeds 文档中,它展示了如何进行身份验证等,但我需要的是使用以下直接链接连接到公共电子表格:
https://docs.google.com/spreadsheet/ccc?key=xxx....
这可能吗?
【问题讨论】:
-
有可能!!我为此编写了一个 js 库,但没有为 android 编写(没有检查)。 Gsheet2json 可能是库或代码可能会帮助您将其移植到 android
标签: android google-api google-sheets