|
|
@ -178,7 +178,7 @@ public class ExcelWriteFillExecutor extends AbstractExcelWriteExecutor { |
|
|
|
|
|
|
|
|
|
|
|
private void doFill(List<AnalysisCell> analysisCellList, Object oneRowData, FillConfig fillConfig, |
|
|
|
private void doFill(List<AnalysisCell> analysisCellList, Object oneRowData, FillConfig fillConfig, |
|
|
|
Integer relativeRowIndex) { |
|
|
|
Integer relativeRowIndex) { |
|
|
|
if (CollectionUtils.isEmpty(analysisCellList)) { |
|
|
|
if (CollectionUtils.isEmpty(analysisCellList) || oneRowData == null) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
Map<?, ?> dataMap; |
|
|
|
Map<?, ?> dataMap; |
|
|
|