public class NullCell extends Object implements org.apache.poi.ss.usermodel.Cell
| 构造器和说明 |
|---|
NullCell(org.apache.poi.ss.usermodel.Row row,
int columnIndex)
构造
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.ss.util.CellAddress |
getAddress() |
org.apache.poi.ss.util.CellRangeAddress |
getArrayFormulaRange() |
boolean |
getBooleanCellValue() |
org.apache.poi.ss.usermodel.CellType |
getCachedFormulaResultType() |
org.apache.poi.ss.usermodel.Comment |
getCellComment() |
String |
getCellFormula() |
org.apache.poi.ss.usermodel.CellStyle |
getCellStyle() |
org.apache.poi.ss.usermodel.CellType |
getCellType() |
int |
getColumnIndex() |
Date |
getDateCellValue() |
byte |
getErrorCellValue() |
org.apache.poi.ss.usermodel.Hyperlink |
getHyperlink() |
LocalDateTime |
getLocalDateTimeCellValue() |
double |
getNumericCellValue() |
org.apache.poi.ss.usermodel.RichTextString |
getRichStringCellValue() |
org.apache.poi.ss.usermodel.Row |
getRow() |
int |
getRowIndex() |
org.apache.poi.ss.usermodel.Sheet |
getSheet() |
String |
getStringCellValue() |
boolean |
isPartOfArrayFormulaGroup() |
void |
removeCellComment() |
void |
removeFormula() |
void |
removeHyperlink() |
void |
setAsActiveCell() |
void |
setBlank() |
void |
setCellComment(org.apache.poi.ss.usermodel.Comment comment) |
void |
setCellErrorValue(byte value) |
void |
setCellFormula(String formula) |
void |
setCellStyle(org.apache.poi.ss.usermodel.CellStyle style) |
void |
setCellType(org.apache.poi.ss.usermodel.CellType cellType)
已过时。
|
void |
setCellValue(boolean value) |
void |
setCellValue(Calendar value) |
void |
setCellValue(Date value) |
void |
setCellValue(double value) |
void |
setCellValue(LocalDateTime value) |
void |
setCellValue(org.apache.poi.ss.usermodel.RichTextString value) |
void |
setCellValue(String value) |
void |
setHyperlink(org.apache.poi.ss.usermodel.Hyperlink link) |
public NullCell(org.apache.poi.ss.usermodel.Row row,
int columnIndex)
row - 行columnIndex - 列号,从0开始public int getColumnIndex()
getColumnIndex 在接口中 org.apache.poi.ss.usermodel.Cellpublic int getRowIndex()
getRowIndex 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.Sheet getSheet()
getSheet 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.Row getRow()
getRow 在接口中 org.apache.poi.ss.usermodel.Cell@Deprecated public void setCellType(org.apache.poi.ss.usermodel.CellType cellType)
setCellType 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setBlank()
setBlank 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.CellType getCellType()
getCellType 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.CellType getCachedFormulaResultType()
getCachedFormulaResultType 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(double value)
setCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(Date value)
setCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(LocalDateTime value)
setCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(Calendar value)
setCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(org.apache.poi.ss.usermodel.RichTextString value)
setCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(String value)
setCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellFormula(String formula) throws org.apache.poi.ss.formula.FormulaParseException, IllegalStateException
setCellFormula 在接口中 org.apache.poi.ss.usermodel.Cellorg.apache.poi.ss.formula.FormulaParseExceptionIllegalStateExceptionpublic void removeFormula()
throws IllegalStateException
removeFormula 在接口中 org.apache.poi.ss.usermodel.CellIllegalStateExceptionpublic String getCellFormula()
getCellFormula 在接口中 org.apache.poi.ss.usermodel.Cellpublic double getNumericCellValue()
getNumericCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic Date getDateCellValue()
getDateCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic LocalDateTime getLocalDateTimeCellValue()
getLocalDateTimeCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.RichTextString getRichStringCellValue()
getRichStringCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic String getStringCellValue()
getStringCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellValue(boolean value)
setCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellErrorValue(byte value)
setCellErrorValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic boolean getBooleanCellValue()
getBooleanCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic byte getErrorCellValue()
getErrorCellValue 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellStyle(org.apache.poi.ss.usermodel.CellStyle style)
setCellStyle 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.CellStyle getCellStyle()
getCellStyle 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setAsActiveCell()
setAsActiveCell 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.util.CellAddress getAddress()
getAddress 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setCellComment(org.apache.poi.ss.usermodel.Comment comment)
setCellComment 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.Comment getCellComment()
getCellComment 在接口中 org.apache.poi.ss.usermodel.Cellpublic void removeCellComment()
removeCellComment 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.usermodel.Hyperlink getHyperlink()
getHyperlink 在接口中 org.apache.poi.ss.usermodel.Cellpublic void setHyperlink(org.apache.poi.ss.usermodel.Hyperlink link)
setHyperlink 在接口中 org.apache.poi.ss.usermodel.Cellpublic void removeHyperlink()
removeHyperlink 在接口中 org.apache.poi.ss.usermodel.Cellpublic org.apache.poi.ss.util.CellRangeAddress getArrayFormulaRange()
getArrayFormulaRange 在接口中 org.apache.poi.ss.usermodel.Cellpublic boolean isPartOfArrayFormulaGroup()
isPartOfArrayFormulaGroup 在接口中 org.apache.poi.ss.usermodel.CellCopyright © 2023. All rights reserved.