Hey Nahuel, This is because the list feed has no concept of formulas, so to update a row via the list feed is to overwrite any formulas with static values. For the type of manipulation you're trying to do, you must use the cells feed.
I just tested and confirmed this, FYI. There's no workaround, unfortunately, other than to use the cells feed. -Vic On Mon, Mar 19, 2012 at 6:45 PM, Nahuel Vigna <[email protected]>wrote: > Hi, > > I'm using Java API, trying to update some cells using ListEntry.update > method, and all the formulas on the same rows its been overriten with the > static value. > > Thanks > > nahuel >
