Is an API available for the new Google sheets (spreadsheets)?

社会主义新天地 提交于 2019-11-30 17:38:13

问题


With the introduction of the new version of the Google sheets (spreadsheets), the Gdata API no longer work. (see https://support.google.com/drive/answer/3543688) Are there new APIs available for the new Google sheets or will Gdata be updated to support the new Sheets? Or are there any workarounds?

This is currently breaking our production code which programmatically reads contents from Google Sheets using the gdata API. Please help!


回答1:


It appears that Google has finally updated their Gdata APIs to work with the new sheets now. Notice that the page: https://support.google.com/drive/answer/3543688 has removed the line about Gdata not working.

I have also tested this and it seems to be working for us now.




回答2:


Can create old style sheets at http://g.co/oldsheets Painful to do it programatically




回答3:


Google say: "However, there are a handful of features that are still in development and not yet available." the list includes Gdata

.... "There are also a few features that we'll be retiring in the new Google Sheets" ... the list does not include Gdata.

https://support.google.com/drive/answer/3543688

Switching back: If you switch back to old style sheets, it will ask you why and you can leave a comment. https://support.google.com/drive/answer/3544847#workarounds



来源:https://stackoverflow.com/questions/20599425/is-an-api-available-for-the-new-google-sheets-spreadsheets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!