main
黄海 8 months ago
parent 06225d08ae
commit ac39476444

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

Loading…
Cancel
Save