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
当字段为Integer类型,比如sex性别,字典里面性别1男 2女,如果excel输入的时候 是“女空格”的话,就无法处理,转换也不行,转换需要字段类型一致的情况 转换会报错,提示 Excel 值获取失败 ERROR o.jeecgframework.poi.excel.imports.CellValueServer:284 - For input string: "女 " java.lang.NumberFormatException: For input string: "女 " at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.valueOf(Integer.java:766)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当字段为Integer类型,比如sex性别,字典里面性别1男 2女,如果excel输入的时候 是“女空格”的话,就无法处理,转换也不行,转换需要字段类型一致的情况
转换会报错,提示 Excel 值获取失败
ERROR o.jeecgframework.poi.excel.imports.CellValueServer:284 - For input string: "女 "
java.lang.NumberFormatException: For input string: "女 "
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.valueOf(Integer.java:766)
The text was updated successfully, but these errors were encountered: