增值税发票excel导入

This commit is contained in:
2025-12-12 18:10:42 +08:00
parent 8ece9617d6
commit 28f92b6138

View File

@ -33,10 +33,8 @@ public class ExcelXhqdProcessor {
Row row = sheet.getRow(i);
if (!flow){
if(!"项目名称".equals(getCellValue(row.getCell(0)))){
i++;
continue;
}else {
i++;
flow=true;
continue;
}