|
|
@ -542,6 +542,7 @@ public class ExcelKit {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
start += headRows;//第二个表的表头有几行
|
|
|
|
start += headRows;//第二个表的表头有几行
|
|
|
|
|
|
|
|
System.out.println("第二个表格开始行索引=" + start + ",结束行索引=" + end);
|
|
|
|
//输出第二个表格的数据
|
|
|
|
//输出第二个表格的数据
|
|
|
|
for (rowIndex = start; rowIndex <= end; rowIndex++) {
|
|
|
|
for (rowIndex = start; rowIndex <= end; rowIndex++) {
|
|
|
|
Row row = sheet.getRow(rowIndex);
|
|
|
|
Row row = sheet.getRow(rowIndex);
|
|
|
|