python - Appengine - Upload to Google Spreadsheet datastore values -


i´d know how upload google spreadsheet, values stored in database of application.

objective:
connecting google spreadsheet , automatically fill in chart in admin area values passed upload.

i've been giving in docs , seems me have use bulk loader. way? if yes how configure handler if have spreadsheet link link text

someone make script access google spreadsheet , pass values of 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) 

the bulk loader has nothing interacting google docs spreadsheet. used adding records application's datastore.

to manipulate google spreadsheet, you'll need use google spreadsheet api, find on own using google.

no 1 here going write code you. not free code-writing service. if write code doesn't work , need figuring out why, edit question , include code along thorough description of isn't working , why if have idea.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -