This commit is contained in:
Looly
2022-06-18 23:42:51 +08:00
parent 0964bb06fc
commit 8e61da83b9
6 changed files with 23 additions and 19 deletions

View File

@@ -58,6 +58,7 @@ public class NullCell implements Cell {
return this.row;
}
@Deprecated
public void setCellType(final CellType cellType) {
throw new UnsupportedOperationException("Can not set any thing to null cell!");
}
@@ -72,6 +73,7 @@ public class NullCell implements Cell {
return null;
}
@Deprecated
public CellType getCellTypeEnum() {
return null;
}
@@ -81,6 +83,7 @@ public class NullCell implements Cell {
return null;
}
@Deprecated
public CellType getCachedFormulaResultTypeEnum() {
return null;
}