【问题标题】:Google docs API: Update several cells at same timeGoogle docs API:同时更新多个单元格
【发布时间】:2010-12-16 18:31:51
【问题描述】:

我在 Zend GData 的 php 中使用 Google docs API。有了这个库,我可以像这样一个一个地更新电子表格单元格:

$googleDocs->updateCell(
    1, 1, 'test', $this->spreadsheetKey, $this->worksheetKey
);

但是,为了优化我的应用程序,我想同时发送多个单元格,但我不知道如何做到这一点。

【问题讨论】:

  • 你的问题已经有将近两年的历史了。你是怎么解决你的问题的?你找到答案了吗?也许在更新版本的 API 中?还是你搞砸了?

标签: php zend-framework google-api google-docs-api


【解决方案1】:

如果要更新同一行的多个单元格,可以使用函数updateRow

如果你想更新一列,我没有想出办法。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2021-11-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-10-20
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多