main
黄海 8 months ago
parent 52c326504e
commit f31fb8494b

@ -478,6 +478,7 @@ public class ExcelKit {
//如果达到目标预期的数量就直接返回poi获取的数据列表
int totalRow = data.size() + skipRowCount;
if (totalRow < expectLimit) {
printTable(data);
System.out.println("怎么能小于预期目标:" + expectLimit + "呢,请人为检查!文件路径:"+docPath+"\n第"+chartNumber+"个图表。");
System.exit(0);
}

Loading…
Cancel
Save