-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
Do tags in Excel support Chinese characters? If so, how should they be represented? #320
Comments
i used jxls-2.14.0 |
I use only Latin script. So I don't know! Everything inside ${..} is a JEXL expression. So this question is Apache JEXL specific and you should ask the JEXL team. Maybe you can debug if the encoding from Java code to JEXL is correct. @leonate Do you know if Russian characters are possible? |
I suggest that you debug it with the master version of Jxls and debug deeper. Starting with Jxls version 3.0 you have a better chance to modify the Jxls code if necessary (ExpressionEvaluatorContext.evaluateRawExpression()). |
I this a question or can this issue be closed? I would not change it that way. |
|
I get an error when using ${中文}, and when using ${"中文"}, the data fills with the literal string "中文" instead of the actual data.
The text was updated successfully, but these errors were encountered: