Skip to content

Commit

Permalink
修复xls仅公式行 不读取的bug #1324
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangjiaju committed Jun 9, 2020
1 parent 825eeb1 commit 5c794ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,5 @@ public void processRecord(XlsReadContext xlsReadContext, Record record) {
cellMap.put((int)frec.getColumn(), tempCellData);
break;
}
xlsReadContext.xlsReadSheetHolder().setTempRowType(RowTypeEnum.DATA);
}
}

0 comments on commit 5c794ec

Please sign in to comment.