2010-04-06 84 views
3

插入行逐個從600記錄數據集正在幾乎一個小時,使用下面的方法:使用Zend Gdata將數百行插入Google電子表格中?

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

是否有可能在一次插入多行?

回答

相關問題