How do I read a Google Drive Spreadsheet in PHP?

后端 未结 5 1498
失恋的感觉
失恋的感觉 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 13:01

    I created a sample project that uses a service account to authenticate against Google Spreadsheets in order to access to the contents of a spreadsheet.

    Have a look at the README at https://github.com/juampynr/google-spreadsheet-reader.

提交回复
热议问题