【发布时间】:2016-09-09 07:57:21
【问题描述】:
我正在使用 Google PHP 库 https://github.com/google/google-api-php-client 并尝试附加数据。根据文档https://developers.google.com/sheets/samples/writing#append_values,这是可能的。问题是主表格服务Google_Service_Sheets_Resource_SpreadsheetsValues() 没有append 方法,只有update(以及其他一些在这里没有帮助的方法)。
【问题讨论】: