Hi,

That definitely sounds feasible, though certain use-cases are not
fully supported through the API yet. For instance you would need to
actually upload some kind of a physical file to create your document.
This of course could just be an empty csv file that you POST from your
server. You would use the DocumentsList API to accomplish that:

http://code.google.com/apis/documents/developers_guide_php.html

Once you have programmatically created your first spreadsheet, you can
then use PHP to insert/update/edit the contents:

http://code.google.com/apis/spreadsheets/developers_guide_php.html

Finally, to emailing documents is not yet supported in the API but you
can file a feature request for it if you would like:

http://code.google.com/p/gdata-issues/issues/list

You can always retrieve the link to a document/spreadsheet and just
email that out of course.

Let me know if that helps
Cheers,
- jochen

On Sep 9, 4:27 am, Lasse <[EMAIL PROTECTED]> wrote:
> Hi,
> I do not know if this make sence or not. But I like to create Google
> Docs spreadsheets in
> batch mode from mysql data. I have a Linux server where I schedule PHP
> scripts that create and mail
> MS Excel sheets during the night. Now I like to start create and mail
> Google Docs spreadsheets.
> But I'm not shure what a GDocs spreadsheet is. Do I create physical
> spreadsheets that I mail or do I only have a link to data in the
> cloud? How do I create the spreadsheets? I guess I like to see some
> examples. I would appreciate if anyone can point me in the right
> direction.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to