mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
Merge pull request #5662 from dataease/pr@dev@fixdatasource
fix: 解析excel 丢失数据
This commit is contained in:
commit
8711b7a85c
@ -286,7 +286,7 @@ public class ExcelXlsxReader extends DefaultHandler {
|
||||
preRef = "A" + curRow;
|
||||
if (!preRef.equalsIgnoreCase(ref)) {
|
||||
cellList.add(curCol, "");
|
||||
curCol++;
|
||||
// curCol++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user