Hello, I´d like to know how to upload to a Google Spreadsheet, values
stored in the database of my application.
Objective:
Connecting to Google Spreadsheet and automatically fill in a chart in
the admin area with values that were passed by the upload.
I've been giving a look in the docs and it seems to me that I have to
use Bulk Loader. Is this the only way? If yes how to configure the
Handler if I have a spreadsheet as a link to link text
Someone could give me an idea to access the Google Spreadsheet and
pass the values of a Model?
Model:
class User (db.Model):
photo= db.BlobProperty()
name = db.StringProperty (required = True)
surname = db.StringProperty (required = True)
adress = db.PostalAddressProperty (required = True)
phone = db.PhoneNumberProperty (required = True)
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.