How do I read a Google Drive Spreadsheet in PHP?

后端 未结 5 1495
失恋的感觉
失恋的感觉 2020-12-07 12:06

All I\'m trying to do is read a Google Spreadsheet from a web site. I\'ve read and re-read the Google Drive API docs and everything Google Drive PHP on Stack Overflow and I

5条回答
  •  时光取名叫无心
    2020-12-07 12:46

    You need to use oauth, if you don't google will only allow you to make a few requests.

    If all you want to do is read data out of a google spreadsheet or write data into it then you can just use the spreadsheet api. Check out php-google-spreadsheet-client.

提交回复
热议问题