Gets the raw value of this cell.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Object getRawValue () |
An Object containing cell's value.
RemarksUnlike getValue, this method does not convert from spreadsheet's built-in data type to Java's equivalent type.
See Also