Search code examples
google-drive-apigoogle-api-php-client

How to update Google Spreadsheet cell using PHP API


I would like to know how I can interact with a Google spreadsheet using PHP.

I've looked through many pages of Google's documentation, however, none of that is doing what I'm looking for.

My goal is to be able to change the content of the cells using oAuth (not the email/pass).

Please, forgive me if this is a RTFM issues, but I did spend more than 2 weeks with this with no result. :/


Solution

  • This is the solutions i got for my issue :

    Zend GData Library

    Zend Gdata for Spreadsheet with the examples code