public class CellData extends Object
| 构造器和说明 |
|---|
CellData(Boolean booleanValue) |
CellData(byte[] imageValue) |
CellData(CellData other) |
CellData(CellDataTypeEnum type) |
CellData(CellDataTypeEnum type,
String stringValue) |
CellData(Double doubleValue) |
CellData(String stringValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkEmpty()
Ensure that the object does not appear null
|
Boolean |
getBooleanValue() |
Integer |
getDataFormat() |
String |
getDataFormatString() |
Double |
getDoubleValue() |
Boolean |
getFormula() |
String |
getFormulaValue() |
byte[] |
getImageValue() |
String |
getStringValue() |
CellDataTypeEnum |
getType() |
void |
setBooleanValue(Boolean booleanValue) |
void |
setDataFormat(Integer dataFormat) |
void |
setDataFormatString(String dataFormatString) |
void |
setDoubleValue(Double doubleValue) |
void |
setFormula(Boolean formula) |
void |
setFormulaValue(String formulaValue) |
void |
setImageValue(byte[] imageValue) |
void |
setStringValue(String stringValue) |
void |
setType(CellDataTypeEnum type) |
String |
toString() |
public CellData(CellData other)
public CellData(String stringValue)
public CellData(CellDataTypeEnum type, String stringValue)
public CellData(Double doubleValue)
public CellData(byte[] imageValue)
public CellData(Boolean booleanValue)
public CellData(CellDataTypeEnum type)
public CellDataTypeEnum getType()
public void setType(CellDataTypeEnum type)
public Double getDoubleValue()
public void setDoubleValue(Double doubleValue)
public String getStringValue()
public void setStringValue(String stringValue)
public Boolean getBooleanValue()
public void setBooleanValue(Boolean booleanValue)
public Boolean getFormula()
public void setFormula(Boolean formula)
public String getFormulaValue()
public void setFormulaValue(String formulaValue)
public byte[] getImageValue()
public void setImageValue(byte[] imageValue)
public Integer getDataFormat()
public void setDataFormat(Integer dataFormat)
public String getDataFormatString()
public void setDataFormatString(String dataFormatString)
public void checkEmpty()
Copyright © 2018–2019 Alibaba Group. All rights reserved.