main
黄海 2 years ago
parent d5a70a4102
commit 908f7f8035

@ -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());
} }
} }
} }

Loading…
Cancel
Save