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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
PoiPublicUtil.getRealValue()里 currentText = currentText.replace("{{" + params + "}}", obj.toString()); obj.toString()为空时抛空指针,不能看出具体错误。
The text was updated successfully, but these errors were encountered:
收录 ty
Sorry, something went wrong.
已修改
No branches or pull requests
版本号:2.4.5
问题描述:autopoi模板导出,赋值的方法建议增加空判断或抛出异常说明。
PoiPublicUtil.getRealValue()里
currentText = currentText.replace("{{" + params + "}}", obj.toString());
obj.toString()为空时抛空指针,不能看出具体错误。
截图&代码:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: