Home > Archive > PHP DB > December 2007 > Re: [PHP-DB] Download google spreadsheet
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DB] Download google spreadsheet
|
|
|
|
You might check the google documents api:
http://code.google.com/apis/documents/overview.html
-TG
----- Original Message -----
From: ioannes <ioannes@btinternet.com>
To: php-db@lists.php.net
Date: Wed, 26 Dec 2007 23:59:12 +0000
Subject: [PHP-DB] Download google spreadsheet
> I would like to get the information in a google spreadsheet (of a
> client) programatically into my database. I was thinking of using cURL,
> downloading the file into Excel, then uploading it into my database
> using a scheduled task, then cronjob some code to make it useful.
> However, the google spreadsheet displayed is not Excel though it has the
> option to download as Excel in a menu item. Can someone point me in the
> right direction on this, via Excel or otherwise?
>
> Thanks,
>
> John
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
| |
| ioannes 2007-12-27, 7:00 pm |
| A lot of xml, I gather. My bank also allows me to download my account
details in various formats, eg csv, 'spreadsheet' etc. I take it they
generate this on the hoof which means I don't have a static address from
which to download a file.
TG wrote:
> You might check the google documents api:
> http://code.google.com/apis/documents/overview.html
>
> -TG
>
> ----- Original Message -----
> From: ioannes <ioannes@btinternet.com>
> To: php-db@lists.php.net
> Date: Wed, 26 Dec 2007 23:59:12 +0000
> Subject: [PHP-DB] Download google spreadsheet
>
>
>
>
|
|
|
|
|