Shame the list feed is deprecated. On Thu, Jan 26, 2012 at 9:17 AM, Vic Fryzel <[email protected]> wrote:
> To delete a row based on its values, I'd recommend using the lists feed. > You'll first have to fetch the lists feed, check if it's the row you're > looking for, and then delete the list feed row. > > -Vic > > > > On Sat, Jan 21, 2012 at 12:46 PM, breako <[email protected]> wrote: > >> Hi, >> Using google's python API's. I have to read the spreadsheet as a >> cellsfeed because it's too complex to read a listfeed. Google recommend to >> use either a cells feed or a list feed but to not mix the two. However, I >> need to delete rows based on values in a cell in a row. What's the >> suggested way to do this? >> >> Thanks. >> > >
