Andrei
Andrei

Reputation: 1626

Using PHP to retrieve Google Spreadsheet as HTML

I'm thinking that someone might of already solved this problem. I tried to look at the Spreadsheets API and there's no mention of being able to download the file. cURL might be an option but I'd rather not get into the hassle of authenticating / POSTing manually.

Upvotes: 1

Views: 1514

Answers (2)

dragosplesca
dragosplesca

Reputation: 515

You can take a look at Dynamic FAQ Section w/ jQuery, YQL & Google Docsif you want something like this.

Upvotes: 2

Chris
Chris

Reputation: 12078

This should help you out: http://code.google.com/apis/spreadsheets/data/1.0/developers_guide_php.html

Although C# this will help too: How to download Google SpreadSheets using C#?

Upvotes: 0

Related Questions