Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shizus/google-spreadsheet-writer
A PHP script that writes a spreadsheet of a specific google drive document
https://github.com/shizus/google-spreadsheet-writer
google-api-php google-drive google-sheets google-spreadsheet php spreadsheet
Last synced: about 1 month ago
JSON representation
A PHP script that writes a spreadsheet of a specific google drive document
- Host: GitHub
- URL: https://github.com/shizus/google-spreadsheet-writer
- Owner: shizus
- Created: 2017-11-18T03:26:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T03:29:37.000Z (about 7 years ago)
- Last Synced: 2023-10-20T23:07:02.275Z (about 1 year ago)
- Topics: google-api-php, google-drive, google-sheets, google-spreadsheet, php, spreadsheet
- Language: PHP
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Step 1: Turn on the Google Sheets API
====================================Use this wizard to create or select a project in the Google Developers Console and automatically turn on the API. Click Continue, then Go to credentials.
On the Add credentials to your project page, click the Cancel button.
At the top of the page, select the OAuth consent screen tab. Select an Email address, enter a Product name if not already set, and click the Save button.
Select the Credentials tab, click the Create credentials button and select OAuth client ID.
Select the application type Other, enter the name "Google Sheets API Quickstart", and click the Create button.
Click OK to dismiss the resulting dialog.
Click the file_download (Download JSON) button to the right of the client ID.
Move this file to your working directory and rename it client_secret.json.