Word解析工具内容调整
This commit is contained in:
parent
524cd4a96c
commit
0938985027
Binary file not shown.
@ -218,7 +218,7 @@ public class WordUtil {
|
|||||||
List<String> list = new ArrayList<>(16);
|
List<String> list = new ArrayList<>(16);
|
||||||
int x = 0;
|
int x = 0;
|
||||||
TableRow tr = tb.getRow(i);
|
TableRow tr = tb.getRow(i);
|
||||||
String key = null;
|
String key = "";
|
||||||
//迭代列,默认从0开始
|
//迭代列,默认从0开始
|
||||||
for (int j = 0; j < tr.numCells(); j++) {
|
for (int j = 0; j < tr.numCells(); j++) {
|
||||||
//取得单元格
|
//取得单元格
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user