This commit is contained in:
Looly
2020-03-03 18:08:59 +08:00
parent 2e2d43d764
commit 615652cf9f

View File

@@ -106,7 +106,7 @@ public class CellUtil {
if(CellType.BLANK == cellType){ if(CellType.BLANK == cellType){
// 空白单元格可能为合并单元格 // 空白单元格可能为合并单元格
cell = getMergedRegionCell(cell); cell = getMergedRegionCell(cell);
cellType = cell.getCellType(); cellType = cell.getCellTypeEnum();
} }
Object value; Object value;