com.zfqjava.formula
Class CellUtils
java.lang.Object
com.zfqjava.formula.CellUtils
public class CellUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellUtils
public CellUtils()
toString
public static String toString(Object value,
FormulaContext context)
booleanValue
public static boolean booleanValue(Object o)
doubleValue
public static double doubleValue(Object o)
stringValue
public static String stringValue(Object o)
isString
public static boolean isString(Object o)
isBoolean
public static boolean isBoolean(Object o)
isNumber
public static boolean isNumber(Object o)
isDate
public static boolean isDate(Object o)
isException
public static boolean isException(Object o)
isReference
public static boolean isReference(Object o)
isArray
public static boolean isArray(Object o)
getNumber
public static Number getNumber(Object o)
getString
public static String getString(Object o)
getDate
public static Date getDate(Object o)
getBoolean
public static Boolean getBoolean(Object o)
getException
public static CellException getException(Object o)
getReference
public static CellReference getReference(Object o)
getArray
public static com.zfqjava.formula.CellArray getArray(Object o)
getObject
public static Object getObject(Object o)
getObject
public static Object getObject(Object o,
FormulaContext context)
asTime
public static Date asTime(double d)
asDate
public static Date asDate(double d)
parseDate
public static Date parseDate(String s)
parseTime
public static Date parseTime(String s)
parseDateTime
public static Date parseDateTime(String s)
Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.