Sets the cell data.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void setData ( |
RemarksIf this property is set to null, this is equivalent to clearing the cell via clear. If the specified value is a string, starting with an equal sign (=), it is interpreted as a formula. To specify a string, starting with an equal sign as cell data, prefix the string with a single apostrophe (').
See Also