chenhj
2025-05-15 ffd0d1fde083d3094363c67e1236a2b3d6736e1c
src/main/java/com/ruoyi/common/utils/poi/ExcelUtil.java
@@ -428,7 +428,7 @@
                    if (String.class == fieldType)
                    {
                        String s = Convert.toStr(val);
                        if (StringUtils.endsWith(s, ".0"))
                        if (s.matches("^\\d+\\.0$"))
                        {
                            val = StringUtils.substringBefore(s, ".0");
                        }