mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -106,7 +106,7 @@ public class CellUtil {
|
||||
if(CellType.BLANK == cellType){
|
||||
// 空白单元格可能为合并单元格
|
||||
cell = getMergedRegionCell(cell);
|
||||
cellType = cell.getCellType();
|
||||
cellType = cell.getCellTypeEnum();
|
||||
}
|
||||
|
||||
Object value;
|
||||
|
Reference in New Issue
Block a user