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

导出的xls中文名显示乱码 #33

Closed yetrom closed 2 years ago

yetrom commented 2 years ago

导出的文件中文名经过encode编码 如:@ResponseExcel(name = "中文名") 导出的文件名为:%E4%B8%AD%E6%96%87%E5%90%8D

查询后定位到如下位置: com.pig4cloud.plugin.excel.handler.AbstractSheetWriteHandler export方法内的fileName参数导致此问题

lltx commented 2 years ago
image

没有回显 你咋用的