Spring Excel下载文件中返回的随机数据

这个问题在这里已经有了答案:

  • 什么是docx,pptx等的正确MIME类型? 4个答案

  • 我认为这不是application/xls ,而是

    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    

    正如在这个答案中所见。

    编辑

    Content-Disposition标头的语法不正确:文件名应该用双引号引起来。

    response.setHeader("Content-Disposition","attachment; filename=""+ accountNumber+ ".xlsx"");
    
    链接地址: http://www.djcxy.com/p/45439.html

    上一篇: Spring Excel Download returning random data in file

    下一篇: Bitbucket plugin for jenkins not working. Response body return HTTP status: 302