Java Apache POI 读取 Excel 数值数据时避免发生科学计数法问题的解决方法 发布于 2018-01-24 第一种 DecimalFormat decimalFormat = new DecimalFormat(“0”); cellVal …