使用该方法可同时解决精度缺失和科学计数法问题: String cellValue = new BigDecimal(String.valueOf(cell.getNumericCellValue())).stripTrailingZeros().toPlainString(); 相关文章: