gpt4 book ai didi

python - pyexcel导出错误 "No content, file name. Nothing is given"

转载 作者:太空宇宙 更新时间:2023-11-03 12:56:24 26 4
gpt4 key购买 nike

我正在使用 django-pyexcel 从网站导出数据,但是当我转到导出 URL 时出现错误:

Exception Type: IOError

Exception Value: No content, file name. Nothing is given

导出数据的代码复制自 example文档中给出:

return excel.make_response_from_a_table(Question, 'xls', file_name="sheet")

最佳答案

问题原来是使用的文件格式,在本例中为 xls

我只安装了xlsx (pyexcel-xlsx) 处理器,所以它不知道如何处理xls 文件格式。

异常消息本来可以更好一些,因为我花了很长时间试图弄清楚我提供的文件名是否有问题。

关于python - pyexcel导出错误 "No content, file name. Nothing is given",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40084424/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com