-
- All Implemented Interfaces:
public final class FormulaRepresents the formula data type for a cell
Example:
cell(Formula("C1 + B1"))
-
-
Method Summary
Modifier and Type Method Description final StringgetContent()-
-
Constructor Detail
-
Formula
Formula(String content)
-
-
Method Detail
-
getContent
final String getContent()
-
-
-
-