摘要: html <div class="l-bar-separator"></div> <div class="group"> <a class="link " id="downloadMode" href="javascript:;">下载导入模版</a> </div> js $(function() 阅读全文
posted @ 2018-09-29 15:43 爱跳舞的程序员 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 案例使用的框架:jsp+spring+mybaties <form id="importForm" name="importForm" method="post" target="win" action="importExcel.ht" enctype="multipart/form-data"> 阅读全文
posted @ 2018-09-29 15:30 爱跳舞的程序员 阅读(910) 评论(0) 推荐(0) 编辑
摘要: 官网api地址 http://poi.apache.org/apidocs/index.html 官方下载地址 http://poi.apache.org/download.html 一些说明 HSSF(用于操作Excel的组件)提供给用户使用的对象在org.apache.poi.hssf.user 阅读全文
posted @ 2018-09-29 14:32 爱跳舞的程序员 阅读(425) 评论(0) 推荐(0) 编辑
摘要: js代码: function exportRepQudl() { if (confirm("导出输出页面内容?")) { var id = $("input[name='id']").val(); var lx = $("input[name='lx']").val(); var rq = $("i 阅读全文
posted @ 2018-09-29 14:24 爱跳舞的程序员 阅读(267) 评论(0) 推荐(0) 编辑