Hi

The add row function in Zend always automatically adds the row to that
row which comes straight after the last cell here is my code for
adding a row.

$rowArray["ref"] = $ref;
$rowArray["date"] = $date;
$rowArray["time"] = "test";

$entry = $gdClient->insertRow($rowArray, SPREADSHEET_KEY,
USER_WORKSHEET_ID);
if ($entry instanceof Zend_Gdata_Spreadsheets_ListEntry) {
  echo "Done";
}
?>

How do I modify to say enumerate through the date column and enter my
data into the first row containing null.

The reason I need to do this is because my first column is already
fixed with data.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to