摘要: 进行信息表导入 /* 导入档案 */ @RequestMapping("addArchives") public String addArchives(MultipartFile files) throws IOException { //解析excel >档案的集合 >批量插入 InputStre 阅读全文
posted @ 2020-04-03 19:03 钟。意 阅读(977) 评论(0) 推荐(0) 编辑
摘要: 进行信息表excel导出 @RequestMapping("exportExl")public ResponseEntity<byte[]> exportExl() throws Exception { List<Customer> clist = cs.getList(); HSSFWorkboo 阅读全文
posted @ 2020-04-03 18:53 钟。意 阅读(2114) 评论(0) 推荐(0) 编辑