Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 xlrd 创建电子表格。在网站上,用户将能够创建自定义报告并下载该 xls 文件。
通常,我将文件存储在 S3 上,但在这种情况下,有没有办法不将文件存储在任何地方而直接将其提供给用户?或者如果我不想使用 S3 保存文件,我应该怎么做?
xlrd是个不错的选择。关于生成和下载过程 - 这取决于使用的 web 框架,这里是web2py的示例。