Is xlrd supported in Google App Engine?

后端 未结 1 1309
Happy的楠姐
Happy的楠姐 2021-01-26 17:10

I have seen posts in Google Groups and here that mention using xlrd in Google App Engine:

How do you read excel files with xlrd on Appengine

https://groups.googl

相关标签:
1条回答
  • 2021-01-26 17:25

    You can include any pure python third-party libraries with your app that you want. You don't specify them in app.yaml, that's only for third-party libraries that are included by Google on the servers.

    xlrd is not "supported" per se, but it should work.

    0 讨论(0)
提交回复
热议问题