posted 10 years ago
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.