【问题标题】:Insert hundreds of rows into Google spreadsheet with Zend Gdata?使用 Zend Gdata 将数百行插入 Google 电子表格?
【发布时间】:2011-02-04 22:59:27
【问题描述】:

使用以下方法从 600 条记录数据集中逐行插入需要将近一个小时:

foreach($people as $person){
    $insert['name'] = $associate -> name;
    $insertedListEntry = $spreadsheetService->insertRow($insert, $spreadsheetKey, $worksheetId);
}

是否可以一次插入多行?

【问题讨论】:

    标签: php zend-framework gdata google-sheets


    【解决方案1】:

    没有。见the official Google response on this.

    他们确实建议并行处理您的请求以加快插入过程。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-11-05
      • 1970-01-01
      • 1970-01-01
      • 2012-07-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-05-23
      相关资源
      最近更新 更多