public final class CellValue extends Object
Modifier and Type | Field and Description |
---|---|
static CellValue |
FALSE |
static CellValue |
TRUE |
Constructor and Description |
---|
CellValue(double numberValue) |
CellValue(String stringValue) |
Modifier and Type | Method and Description |
---|---|
String |
formatAsString() |
boolean |
getBooleanValue() |
int |
getCellType() |
static CellValue |
getError(int errorCode) |
byte |
getErrorValue() |
Hyperlink |
getHyperlink() |
double |
getNumberValue() |
String |
getStringValue() |
void |
setHyperlink(Hyperlink hyperlink) |
String |
toString() |
static CellValue |
valueOf(boolean booleanValue) |
public CellValue(double numberValue)
public CellValue(String stringValue)
public static CellValue valueOf(boolean booleanValue)
public static CellValue getError(int errorCode)
public boolean getBooleanValue()
public double getNumberValue()
public String getStringValue()
public int getCellType()
public byte getErrorValue()
public String formatAsString()
public Hyperlink getHyperlink()
public void setHyperlink(Hyperlink hyperlink)
Copyright © 2020. All rights reserved.