fix: 解析excel 丢失数据

This commit is contained in:
taojinlong 2023-07-14 00:37:28 +08:00
parent 56c1c7f559
commit e55ff212a6

View File

@ -286,7 +286,7 @@ public class ExcelXlsxReader extends DefaultHandler {
preRef = "A" + curRow;
if (!preRef.equalsIgnoreCase(ref)) {
cellList.add(curCol, "");
curCol++;
// curCol++;
}
}