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