Merge pull request #5662 from dataease/pr@dev@fixdatasource

fix: 解析excel 丢失数据
This commit is contained in:
taojinlong
2023-07-14 00:40:20 +08:00
committed by GitHub

View File

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