We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当使用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({)'”
The text was updated successfully, but these errors were encountered:
他这个spEL表达式解析做的比较简单,复杂的表达式无法解析的
Sorry, something went wrong.
No branches or pull requests
当使用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({)'”
The text was updated successfully, but these errors were encountered: