pig-mesh / excel-spring-boot-starter

本项目旨在为用户提供一个便捷的 Excel 导出解决方案。基于阿里巴巴的 EasyExcel 库,结合 Spring Boot 框架,封装并优化了 Excel 文件的导出流程,帮助开发者更高效地实现数据导出功能。
https://www.yuque.com/pig4cloud/excel
Apache License 2.0
502 stars 149 forks source link

导出没有过滤不展示的字段 #17

Closed fanguojie923 closed 3 years ago

ChunMengLu commented 3 years ago

@ExcelIgnore 注解不生效?

fanguojie923 commented 3 years ago

抱歉我沒有描述清楚,字段用属性用 exclude 来排除过滤的未生效 image image

ChunMengLu commented 3 years ago

抱歉我沒有描述清楚,字段用属性用 exclude 来排除过滤的未生效 image image

转接给 @lltx 了,已经通知他来确认处理

lltx commented 3 years ago

https://github.com/pig-mesh/excel-spring-boot-starter/blob/227907850af3b2a23eaff1c7b031d45cc7ba2061/src/main/java/com/pig4cloud/plugin/excel/handler/AbstractSheetWriteHandler.java#L86

看起来是这里的BUG