Skip to content

Commit

Permalink
Converter支持null转换 [Issue #1776]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangjiaju committed Apr 13, 2021
1 parent ba52723 commit f56f6a0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ protected CellData<?> converterAndSet(WriteHolder currentWriteHolder, Class<?> c
}

protected CellData<?> convert(WriteHolder currentWriteHolder, Class<?> clazz, CellDataTypeEnum targetType,
Cell cell,
Object value, ExcelContentProperty excelContentProperty) {
Cell cell, Object value, ExcelContentProperty excelContentProperty) {
// This means that the user has defined the data.
if (value instanceof CellData) {
CellData<?> cellDataValue = (CellData<?>)value;
Expand Down

0 comments on commit f56f6a0

Please sign in to comment.