public final class CellValue extends java.lang.Object
static CellValue
FALSE
TRUE
CellValue(double numberValue)
CellValue(java.lang.String stringValue)
java.lang.String
formatAsString()
boolean
getBooleanValue()
CellType
getCellType()
getError(int errorCode)
byte
getErrorValue()
double
getNumberValue()
getStringValue()
toString()
valueOf(boolean booleanValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final CellValue TRUE
public static final CellValue FALSE
public CellValue(double numberValue)
public CellValue(java.lang.String stringValue)
public static CellValue valueOf(boolean booleanValue)
public static CellValue getError(int errorCode)
public boolean getBooleanValue()
public double getNumberValue()
public java.lang.String getStringValue()
public CellType getCellType()
public byte getErrorValue()
public java.lang.String toString()
toString
java.lang.Object
public java.lang.String formatAsString()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.