How do I access the Google Spreadsheets API in PHP?

前端 未结 3 473
囚心锁ツ
囚心锁ツ 2020-12-06 04:40

Starting with the Google Developer documentation on the Google Spreadsheets API, I found that \"A number of client libraries are provided in various languages.\", but Google

3条回答
  •  难免孤独
    2020-12-06 05:17

    You can use the PHP Google Spreadsheet Client library.

    You'll need to use the Google APIs Client Library for PHP as well to authenticate via OAuth2. Developer documentation is linked on the github page.

提交回复
热议问题