增值税发票excel导入
This commit is contained in:
@ -33,10 +33,8 @@ public class ExcelXhqdProcessor {
|
|||||||
Row row = sheet.getRow(i);
|
Row row = sheet.getRow(i);
|
||||||
if (!flow){
|
if (!flow){
|
||||||
if(!"项目名称".equals(getCellValue(row.getCell(0)))){
|
if(!"项目名称".equals(getCellValue(row.getCell(0)))){
|
||||||
i++;
|
|
||||||
continue;
|
continue;
|
||||||
}else {
|
}else {
|
||||||
i++;
|
|
||||||
flow=true;
|
flow=true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user