In New Google Sheets, gid specification has been changed as below:
sheet1 -> gid=0
sheet2 -> gid=[randomized numerical value over 8 digits]
sheet3 -> (same way with sheet2)
I would like to update cell in the worksheet I specified with worksheet id.
I tried the above converting method, but it doesn't work. It seems the
converting method doesn't execute in New Sheets.
Is there any alternative way?
--
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,
Aug 15, 2014, 8:06:10 AM8/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Copy link
Report message as abuse
Sign in to report message as abuse
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
the only way i can think of right now is to get the worksheet feeds and
parse the XML and work from there onwards...unless anybody else has a
better solution do share it!
gdata-pyt...@googlecode.com
unread,
Oct 23, 2014, 6:28:02 AM10/23/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Copy link
Report message as abuse
Sign in to report message as abuse
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
Hi, I was facing the same problem and using the worksheet_id as the number
of sheet solved my issue.
Sheet 2 -> worksheet_id = 2
Sheet 3 -> worksheet_id = 3 and so on...
gdata-pyt...@googlecode.com
unread,
Dec 15, 2014, 8:54:00 AM12/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Copy link
Report message as abuse
Sign in to report message as abuse
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
Comment #7 on issue 698 by vbaba...@gmail.com: [ New Google Sheets]How can
does above link work for new style google spreadsheets? looking for python
solution to iterate thru all worksheets - would really appreciate some help
(spent too many hrs and haven't been figure out solution yet) - thank you vm
gdata-pyt...@googlecode.com
unread,
Dec 15, 2014, 6:33:39 PM12/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Copy link
Report message as abuse
Sign in to report message as abuse
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
Comment #11 on issue 698 by vbaba...@gmail.com: [ New Google Sheets]How can