Merge branch 'release/2.15.1.2407.01' into feature/240801-浮动薪资

This commit is contained in:
钱涛 2024-08-16 14:14:30 +08:00
commit 10b8be86d1
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class ExcelSupport {
// 计算公式的值
evaluator.evaluateFormulaCell(cell);
// 获取公式计算后的值
cellValue = cell.getNumericCellValue() + "";
cellValue = cell.getStringCellValue();
} else {
cellValue = String.valueOf(cell.getCellFormula());
}