Search
Cell.getRawData Method
See Also
 






Gets the raw data of the cell.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Object getRawData ()

 Return Value

An Object containing cell's data.

 Remarks

Unlike getData, this method does not convert from spreadsheet's built-in data type to Java's equivalent type.

 See Also