简体   繁体   English

将App Engine数据存储中的数据备份为电子表格或csv

[英]backing up data from app engine datastore as spreadsheet or csv

I am making a survay website on google app engine using Python. 我正在使用Python在Google App Engine上制作一个Survay网站。 For saving the survey form data i am using NDB Datastore. 为了保存调查表数据,我正在使用NDB数据存储。 After the survey I have to import it as spreadsheet or CSV. 调查后,我必须将其导入为电子表格或CSV。 How can i do that. 我怎样才能做到这一点。

Thanks. 谢谢。

You need to take a look at the google spreadsheets api, google it, try it, come back when something specific doesnt work. 您需要查看google电子表格api,将其搜索一下,然后尝试使用,当某些特定功能不起作用时返回。 Also consider using google forms instead which already do what you want (save responses to a spreadsheet) 还可以考虑使用Google表单代替已完成所需功能的表单(保存对电子表格的回复)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM