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
commit 8711b7a85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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