Issue 715 in gdata-python-client: The DeleteRow function results in the deletion of every other row when iterating through a ListFeed in a spreadsheet using python gdata in New Google Spreadsheets
15 views
Skip to first unread message
gdata-pyt...@googlecode.com
unread,
Jan 18, 2015, 8:19:00 AM1/18/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gdata-python-client-...@googlegroups.com
Status: New Owner: ---- Labels: Type-Defect Priority-Medium
What steps will reproduce the problem? 1. Prepare two *NEW* google spreadsheets, “input". Enter multiple rows of data into the worksheet. For example, put the following in column A, each on its own row: ID, 1,2,3,4,5,6,7,8,9,10,11,12 2. Perform deleterow() in a loop over a ListFeed
for row in listFeed.entry: gd_client.DeleteRow(row)
What is the expected output? What do you see instead? Expected output would be for the rows except the header to be deleted. What I see is that rows 2,4,6,8,10 and 12 remain. If I run it again, rows 4,8,12 remain. It is deleting every other row.
What version of the product are you using? gdata 2.0.18 and new google spreadsheets
Please provide any additional information below. This approach continues to work the old google spreadsheets. It does not work with the new google spreadsheets.
-- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
gdata-pyt...@googlecode.com
unread,
Jan 20, 2015, 2:45:21 PM1/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message