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

动态指定导出excel文件名报错 #40

Open taiziye opened 2 years ago

taiziye commented 2 years ago

当使用Spel动态指定导出excel的文件名时, @ResponseExcel(name = "#{T(java.lang.Math).PI * 80}", sheets = @Sheet(sheetName = "导出数据"))

报错“org.springframework.expression.spel.SpelParseException: Expression [#{T(java.lang.Math).PI * 80}] @1: EL1043E: Unexpected token. Expected 'identifier' but was 'lcurly({)'”

livk-cloud commented 1 year ago

他这个spEL表达式解析做的比较简单,复杂的表达式无法解析的