Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 321
Wilson Avatar asked Oct 02 '22 03:10

Wilson


2 Answers

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.

like image 55
Wilson Avatar answered Oct 07 '22 20:10

Wilson


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

like image 41
SoloPilot Avatar answered Oct 07 '22 18:10

SoloPilot