
easyExcel
文章平均质量分 93
十方天士
这个作者很懒,什么都没留下…
展开
-
easyExcel后台生成多个sheet的excel并上传到OSS,将文档地址返回给前端
整理下做笔记1、Controller层 @ApiOperation("导出") @RequestMapping(value = "/exportAnswerAll", method = RequestMethod.POST) @ResponseBody public Result exportAnswerAll(QuizUser quizUser) throws IOException { return Result.success(quizUs.原创 2020-10-19 14:09:07 · 9632 阅读 · 0 评论 -
阿里easyExcel表格样式添加
在调用其方法中使用如下形式添加样式 WriteCellStyle headWriteCellStyle = new WriteCellStyle(); // 背景设置为红色 headWriteCellStyle.setFillForegroundColor(IndexedColors.RED.getIndex()); WriteF...原创 2019-11-27 11:36:31 · 3853 阅读 · 5 评论