How to convert from gid to od* (worksheet id) in new Google spreadsheets
问题 I am using Gdata api to update Google spreadsheet cell. Now New Google spreadsheet has been released and it seems the gid has over 8 digits. The following is sample new sheets and the gid of sheet2 is 1794189920. https://docs.google.com/spreadsheets/d/1S6mvGGoOJa8JF6Qt6GGH5QT-X0HD4EjZhKNbihAwFuE/edit?usp=sharing I tried to convert them with the following method, but doesn't work. How to convert Google spreadsheet's worksheet string id to integer index (GID)? Thanks to anyone who can help shed