hutool工具导出excel

1.加入hutool依赖以及poi依赖

cn.hutool hutool-all 4.1.19

org.apache.poi poi-ooxml ${poi.version}

poi.version 要高于3.17版本

2.通过工具类生成表格

hutool工具导出excel_第1张图片

hutool工具导出excel_第2张图片 

ExcelUtil.getWriter(true); --参数为true,可生成.xlsx文件,不填时生成.xlsx会打不开

调用接口后生成的表格为

hutool工具导出excel_第3张图片

还有其他的玩法,具体可以参考文档: http://hutool.mydoc.io/

 

你可能感兴趣的:(收集,hutool,excel)