如何在 Google App Engine 中处理 gdoc 电子表格?
我在 GAE 上有一个应用程序。并且需要将位于 Google 文档中的电子表格条目保存到数据库中。我认为 StringIO
、xlrd
、gdata-api
可以帮助实现它。但gdata-api的方法gd_client.Export
似乎没有提供文件参数。仅提供 file_path
参数。不幸的是,该应用程序无法在 GAE 上创建文件。
你知道如何将电子表格保存到GAE的数据库中吗?
I have a app on the GAE. And need save entries of spreadsheet which is located in the Google docs to database. I assume that StringIO
, xlrd
, gdata-api
can help to implement it. But it seems that the method gd_client.Export
of gdata-api is not provided file parameter. Only provide file_path
argument. Unfortunately the App can't create a file on the GAE.
Do you know that how to save the spreadsheet to GAE's database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论