【发布时间】:2016-11-24 08:48:56
【问题描述】:
我遵循了 google Google Sheets API Android Quickstart 提供的 Android Quickstart 并能够从 google 电子表格中检索数据,但我无法理解如何编写和更新单个或多个数据。
我从 StackOverflow 中阅读了这段代码,我认为这很好但我不明白如何在这里设置 (valueRange) 对象
this.mService.spreadsheets().values().update(spreadsheetId, range, valueRange)
.setValueInputOption("RAW")
.execute();
【问题讨论】:
-
我也有同样的问题...请帮忙....
标签: android google-sheets