excel - How to read data from Google Sheets into PHP -
OK, so I've been stumped for a few days, which can not be found decisive.
I have a spreadsheet here:
Headings 1 and below are in column A It works as a type of grid, so that you can set a certain number, for example, Atrix X Aheri is 100, which is in C2.
I understand that I have to pull CSV and have to work with it in PHP, but I'm not really sure how.
I do not know how to clear this spreadsheet without overhead and messy code, nor do I know how to actually get a specific score for the column .
If I'm not clear, please tell me and I will try to clarify. I am really in a pause until I understand how to handle it.
You need Google API specific API in Google:
Use it To be able to, you need access to its authorized access:
The Google API takes a while to learn, so sit down, clear your head and give time to read the documentation.
Also, for PHP, you can see this library:
See this example how they use the API's drive service to upload files
Drive service also has a way to download a file.
Comments
Post a Comment