update 文档拆分的表格识别代码合并丢了,已经处理

This commit is contained in:
lijiarao
2024-09-29 11:35:23 +08:00
parent 3e3fb31e26
commit 394b727e96
@@ -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;