|
|
@ -1003,6 +1003,6 @@ public class ExcelCommonUtil {
|
|
|
|
newExcelCell.setCellErrorValue(tmpCell.getErrorCellValue());
|
|
|
|
newExcelCell.setCellErrorValue(tmpCell.getErrorCellValue());
|
|
|
|
} else if (tmpCellType == CellType.FORMULA) {
|
|
|
|
} else if (tmpCellType == CellType.FORMULA) {
|
|
|
|
newExcelCell.setCellFormula(tmpCell.getCellFormula());
|
|
|
|
newExcelCell.setCellFormula(tmpCell.getCellFormula());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|