Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
liaochong committed Nov 14, 2024
1 parent 6e62b0a commit eb745ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public void reset(T object, FieldDefinition fieldDefinition, String val, int row
this.val = val;
this.rowNum = rowNum;
this.colNum = colNum;
// for DefaultExcelReader
if (readConfig == null) {
this.readConfig = new SaxExcelReader.ReadConfig<>(-1);
}
Expand Down

0 comments on commit eb745ba

Please sign in to comment.