【发布时间】: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