设为首页 - 加入收藏
广告 1000x90
您的当前位置:主页 > 微博运营 > 正文

java把网络xlsx下载到本地,java怎么导出xlsx文件

来源:引流技巧 编辑:引流技巧 时间:2024-10-30

在SpringMVC的开发过程中,有时需要实现文档的下载功能。word,excel,pdf作为大家最常用的办公程序,它的文件传输就显得尤为重要,本文通过使用spring 提供的Resource封装来实现实现word/xlsx/pdf文件下载功能。话不多说。

o

java把网络xlsx下载到本地,java怎么导出xlsx文件java把网络xlsx下载到本地,java怎么导出xlsx文件

java把网络xlsx下载到本地,java怎么导出xlsx文件java把网络xlsx下载到本地,java怎么导出xlsx文件

package com.davidwang456; importjava.io.File; importjavax.servlet.http.HttpServletRequest; importjavax.servlet.http.HttpServletResponse; importorg.springframework.core.io.FileSystemResource; importorg.springframework.core.io.Resource; importorg.springframework.web.bind.annotation.RequestMapping; importorg.springframework.web.bind.annotation.RequestMethod; importorg.springframework.web.bind.annotation.ResponseBody; importorg.springframework.web.bind.annotation.RestController; @RestControllerpublicclassDownloadController{ privatestaticfinalStringAPPLICATION_PDF=”application/pfd”; privatestaticfinalStringAPPLICATION_WORD=”application/msword”; privatestaticfinalStringAPPLICATION_EXCEL=”application/vnd.ms-excel;charset=utf-8″; @RequestMapping(value=”/download”,method=RequestMethod.GET,produces=APPLICATION_PDF) @ResponseBodypublicResourcedownload(HttpServletRequestreq,HttpServletResponseresp) { StringfileName=req.getParameter(“file”

微商引流技巧网 www.yinliujiqiao.com 联系QQ:1716014443 邮箱:1716014443@qq.com

Copyright © 2019-2020 强大传媒 网站地图 rss地图

Top