82629-文档拆分,表格拆分,表格内合并单元格.

This commit is contained in:
wangzhijiang
2024-03-12 10:14:14 +08:00
parent f8a7d2bba1
commit 678cf9ab50
@@ -144,7 +144,7 @@ public class ReadWordTable {
if (tcPr.getVMerge() == null) {
return false;
}
if (tcPr.getVMerge().getVal() == null) {
if (tcPr.getVMerge().getVal() != null) {
return true;
}
return false;