国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

制作excle報盤模板

2019-11-08 01:53:16
字體:
來源:轉載
供稿:網友

前端jsp(簡略):

<!-- 報盤模板下載 -->						<a href="${base!}/get_template.do" style="cursor: point;text-decoration: underline;font-size: 14px;display: inline-block;float: right;margin-right: 10px;color: #007bbf;background-color:#f5fafc;line-height:35px;">模板下載</a>

servlet:

@RequestMapping("get_template.html")	public void downloadTemplate(HttpServletRequest request, HttpServletResponse response){		OutputStream out = null;		try {			String path = request.getsession().getServletContext().getRealPath("/");			String fileName = new String(("報盤模板.xls").getBytes("GBK"), "ISO8859_1");			response.setContentType("application/vnd.ms-Excel");			response.setHeader("Content-disposition", "attachment;filename=/"" + fileName + "/"");			out = response.getOutputStream();			String filePath = path + "/WEB-INF/excelTemplate/pbpweb.xls";			InputStream inputSteam =new FileInputStream(filePath);			HSSFWorkbook wb = new HSSFWorkbook(inputSteam);			inputSteam.close();			wb.write(out);			wb.close();		} catch (Exception ex) {			ex.PRintStackTrace();		} finally {			try {				out.close();			} catch (IOException e) {				e.printStackTrace();			}		}	}

報盤模板存放位置:

項目根目錄:

/WEB-INF/excelTemplate/pbpweb.xls


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 邵武市| 正镶白旗| 婺源县| 静宁县| 灵宝市| 乐平市| 黄平县| 桃源县| 西林县| 无为县| 白河县| 育儿| 赤城县| 芮城县| 习水县| 玛纳斯县| 郸城县| 保康县| 江都市| 海阳市| 临西县| 武隆县| 建平县| 灵台县| 南京市| 年辖:市辖区| 新巴尔虎左旗| 阜城县| 栾城县| 如皋市| 阿拉善右旗| 福州市| 体育| 怀柔区| 沁源县| 延长县| 黄山市| 米易县| 陵水| 奈曼旗| 论坛|