update 文档拆分的表格 单元格合并判断

This commit is contained in:
lijiarao
2024-09-29 11:38:10 +08:00
parent 3cb464d714
commit 9fa7d5d7af
@@ -145,6 +145,9 @@ public class ReadWordTable {
return false;
}
if (tcPr.getVMerge().getVal() == null) {
return false;
}
if (tcPr.getVMerge().getVal().toString().equalsIgnoreCase("continue")) {
return true;
}
return false;