【问题标题】:Append Row with PHP Library使用 PHP 库追加行
【发布时间】: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(以及其他一些在这里没有帮助的方法)。

【问题讨论】:

    标签: google-sheets-api


    【解决方案1】:

    请参阅Google sheets API 4: How to append to the end of the row with PHP,提出同样的问题。 PHP 客户端库已过时,缺少 append 方法。修复后,我将报告其他 SO 线程。很抱歉!

    【讨论】:

      猜你喜欢
      • 2012-07-27
      • 2016-03-29
      • 2013-05-21
      • 1970-01-01
      • 2018-06-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-11-08
      相关资源
      最近更新 更多