Word解析工具内容调整

This commit is contained in:
anhc 2022-07-06 10:13:54 +08:00
parent 524cd4a96c
commit 0938985027
2 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public class WordUtil {
List<String> list = new ArrayList<>(16);
int x = 0;
TableRow tr = tb.getRow(i);
String key = null;
String key = "";
//迭代列默认从0开始
for (int j = 0; j < tr.numCells(); j++) {
//取得单元格