This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
easypoi
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
null值异常2
4.1.3.A
jueyue
6 years ago
parent
78372a58b4
commit
25ee290497
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiPublicUtil.java
+ 2
- 0
easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiPublicUtil.java
View File
@@ -370,6 +370,8 @@ public final class PoiPublicUtil {
return obj;
} else if (obj != null){
currentText = currentText.replace(START_STR + params + END_STR, obj.toString());
} else {
currentText = "";
}
}
return currentText;
Write
Preview
Loading…
Cancel
Save