Gopesh
Gopesh

Reputation: 3950

Read contents from Google docs using php

How to read the contents from google docs? is there any api available for php? am using yii framework..

Upvotes: 3

Views: 4629

Answers (1)

metalfight - user868766
metalfight - user868766

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

Related Questions