chenjiahe
2023-09-18 ab2f1039329448a9eec10dd33dbf70a3fe9ef7d6
新版excel优化
1个文件已修改
5 ■■■■■ 已修改文件
src/main/java/com/hx/util/ExcelUtil.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/hx/util/ExcelUtil.java
@@ -975,8 +975,9 @@
                for (int j = 0;j<arrange;j++) {
                    cell = row.getCell(j);
                    if (cell == null) {
                        arrayString.add("");
                    } else if (cell.getCellType() == CellType.NUMERIC) {
                        continue;
                    }
                    if (cell.getCellType() == CellType.NUMERIC) {
                        isData = true;
                        format = cell.getCellStyle().getDataFormat();
                        if (format == 14 || format == 31 || format == 57 || format == 58) {