Open taiziye opened 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({)'”
他这个spEL表达式解析做的比较简单,复杂的表达式无法解析的
当使用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({)'”