I have an existing Google Spreadsheet with a certain ID (seen in the URL).
I would like to add rows to it from a PHP script with simple code.
I would prefer not having to add huge libraries to do this. Is it possible to do this using just CURL or some small library?
What is the simplest way to do this?