I am trying to update the contents of a cell that has the formula
"=now()" whenever I do this I get the following exception:

Unhandled Exception: Google.GData.Client.GDataRequestException:
Execution of request failed:
https://spreadsheets.google.com/feeds/cells/tCwx4BBDlqy68FkCwQY06Sw/od6/private/full/R3C4/lx5je7
---> System.Net.WebException: The remote server returned an error:
(409) Conflict.

My code is:
curCell.Cell.InputValue = "";
AtomEntry updatedCell = curCell.Update();

Im just trying to clear the contents of the cell.  If my cell has a
regular string in it, such as "time" it will clear out the contents
without any problems.  So this error seems to be related to trying to
change contents of cell when =now() is currently the value.

Has anyone seen this before?

Reply via email to