Android 应用程序将数据推送到 Google 电子表格

发布于 2024-11-05 12:44:33 字数 319 浏览 0 评论 0原文

我正在为纸牌游戏“黑桃”开发一个基于 Android 的记分应用程序。

目前,我正在将每手牌的结果以文本格式保存到“手牌历史记录”选项卡中。

我想知道如何将这个和其他简单信息导出到谷歌电子表格。这个 API 似乎有很多需要筛选的内容:http://code.google.com/apis/spreadsheets/

如果我发布我的 Google 电子表格并且不需要登录即可访问它,这似乎会更容易。

非常感谢, 科赫

I'm developing an Android-based scorekeeping application for the card game "Spades".

Currently I am saving the results of each hand to a "Hand History" tab in text format.

I am wondering how I could export this and other simple information to a google spreadsheet. This API seems like a lot to sift through: http://code.google.com/apis/spreadsheets/

It appears it can be easier if I publish my google spreadsheet and don't require a login to access it.

Much appreciated,
K.H.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

聚集的泪 2024-11-12 12:44:33

我不确定您是否看过 Google 电子表格 api http: //www.farinspace.com/ saving-form-data-to-google-spreadsheets/ 这是 PHP 语言。从该代码片段来看,推送数据看起来更容易。

I am not sure if you have seen this code for google spreadsheet api http://www.farinspace.com/saving-form-data-to-google-spreadsheets/ which is in PHP. From that code snippet, it looks easier to push the data.

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