The list feed is not deprecated.  You might be thinking of the records feed.

http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#ListFeeds

Note the lack of a deprecated label.

-Vic



On Thu, Jan 26, 2012 at 5:15 AM, David Bullock <[email protected]> wrote:

> 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.
>>>
>>
>>
>

Reply via email to