Reputation: 3950
How to read the contents from google docs? is there any api available for php? am using yii
framework..
Upvotes: 3
Views: 4629
Reputation: 2750
Google provide an API which is accessible via PHP. You need to authenticate using your gmail username & password.
Look this : https://developers.google.com/google-apps/spreadsheets/
How to use the Google SpreadSheets API to feed data to an application?
http://code.google.com/apis/gdata/articles/php_client_lib.html
~K
Upvotes: 2