类 CellData<T>
java.lang.Object
com.sh.wf.excel.metadata.CellData<T>
Excel internal cell data.
-
构造器概要
构造器构造器说明CellData()CellData(byte[] imageValue) CellData(CellDataTypeEnum type) CellData(CellDataTypeEnum type, String stringValue) CellData(BigDecimal numberValue) -
方法概要
修饰符和类型方法说明voidEnsure that the object does not appear nullgetData()byte[]getType()voidsetBooleanValue(Boolean booleanValue) voidvoidsetDataFormat(Integer dataFormat) voidsetDataFormatString(String dataFormatString) voidsetFormula(Boolean formula) voidsetFormulaValue(String formulaValue) voidsetImageValue(byte[] imageValue) voidsetNumberValue(BigDecimal numberValue) voidsetStringValue(String stringValue) voidsetType(CellDataTypeEnum type) toString()
-
构造器详细资料
-
CellData
-
CellData
public CellData() -
CellData
-
CellData
-
CellData
-
CellData
-
CellData
-
CellData
public CellData(byte[] imageValue) -
CellData
-
CellData
-
-
方法详细资料
-
getType
-
setType
-
getNumberValue
-
setNumberValue
-
getStringValue
-
setStringValue
-
getBooleanValue
-
setBooleanValue
-
getFormula
-
setFormula
-
getFormulaValue
-
setFormulaValue
-
getImageValue
public byte[] getImageValue() -
setImageValue
public void setImageValue(byte[] imageValue) -
getDataFormat
-
setDataFormat
-
getDataFormatString
-
setDataFormatString
-
getData
-
setData
-
checkEmpty
public void checkEmpty()Ensure that the object does not appear null -
toString
-