Android 应用程序将数据推送到 Google 电子表格
我正在为纸牌游戏“黑桃”开发一个基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您是否看过 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.