您好,
我这里有两份文件,通过java后台生成excel的,其中成功的那个文件是可以正常生成的,但是失败的文件就不行。
如下图,成功的文件这里返回的是“HTTP/1.1 200 OK [Cache-Control: no-cache, Pragma: no-cache, Content-Length: 7215, Content-Type: application/vnd.ms-excel, Expires: -1, Server: Microsoft-IIS/7.5, Access-Control-Allow-Origin: *, Content-Disposition: attachment; filename=export.xlsx, X-AspNet-Version: 4.0.30319, X-Powered-By: ASP.NET, Date: Fri, 27 Oct 2017 05:03:26 GMT]”
失败的文件这里返回的是 “HTTP/1.1 500 Internal Server Error [Cache-Control: no-cache, Pragma: no-cache, Content-Type: application/json; charset=utf-8, Expires: -1, Server: Microsoft-IIS/7.5, Access-Control-Allow-Origin: *, X-AspNet-Version: 4.0.30319, X-Powered-By: ASP.NET, Date: Fri, 27 Oct 2017 05:02:36 GMT]
”
其中我把失败的文件,导入spreadjs设计器中,也是可以正常导出一个excel的。
|
|