pig-mesh / excel-spring-boot-starter

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

:zap: 将 ResponseExcelReturnValueHandler 交由 spring 托管,方便用户继承并做自定义处理 #11

Closed Hccake closed 3 years ago

Hccake commented 3 years ago

有时候项目需要对导出的excel标题进行国际化处理,或者对数据做一些特殊处理,如脱敏,或权限控制。

将 ResponseExcelReturnValueHandler 交由 spring 托管,更方便使用者定制化