How do I read a Google Drive Spreadsheet in PHP?
There is also a much easier, but less clean solution, if you don’t want to bother with the API or Google Authentication. Go to your Spreadsheet in Google Drive. Go to File -> Publish to the Web In the Publish to the web dialog you can get a .csv Link to your spreadsheet. You can … Read more