Yesterday I updated my example PHP code for manipulating Google Spreadsheets with the Google-provided PHP API client. Â If you tried getting it to work recently and were frustrated, take another look. Â Google made major changes to the client that required changing my code.
Very soon I hope to figure out and demonstrate Google’s new Execution API, which lets you write Google Apps Script (javascript) which is called by your web apps. Â This would allow for much more power manipulation of Google Sheets (and other docs) from web code.