血翼残飞

导航

2020年5月11日 #

Java 后端导出Excel ,复杂表头,合并行

摘要: @RequestMapping(value = "/exportXls") public void exportXls(@RequestParam String zcq,@RequestParam String ksq,HttpServletRequest request, HttpServletR 阅读全文

posted @ 2020-05-11 14:25 血翼残飞 阅读(8486) 评论(1) 推荐(0)

vue 前端导出excel

摘要: 安装插件:cnpm install js-export-excel创建js jsExportExcel.js import ExportJsonExcel from "js-export-excel" export function downloadExcel (fileName,exportDat 阅读全文

posted @ 2020-05-11 14:14 血翼残飞 阅读(377) 评论(0) 推荐(0)

vue 页面导出pdf

摘要: <view id = "demo"> <a-button style="margin-top: 2px" type="primary" icon="search" @click="printOut">导出pdf</a-button> </view > printOut () { htmlToPdf. 阅读全文

posted @ 2020-05-11 13:56 血翼残飞 阅读(4926) 评论(0) 推荐(0)