国产探花免费观看_亚洲丰满少妇自慰呻吟_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


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 年辖:市辖区| 高邑县| 牟定县| 鹿邑县| 绥江县| 若羌县| 错那县| 色达县| 昆山市| 隆回县| 赞皇县| 青河县| 泰来县| 龙门县| 铁岭市| 浦东新区| 建水县| 成安县| 商河县| 龙南县| 清丰县| 保德县| 聂荣县| 东明县| 荣成市| 上高县| 马边| 海阳市| 五莲县| 桐城市| 辰溪县| 安康市| 故城县| 铜山县| 特克斯县| 信宜市| 教育| 六安市| 谢通门县| 望城县| 西平县|