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