public class UpdateCellContent extends Object
Modifier and Type | Method and Description |
---|---|
static UpdateCellContent |
getInstance()
getInstance
|
void |
triggerUpdate(Cell cell,
Value value)
updates a cell's content
|
public void triggerUpdate(Cell cell, Value value) throws FormulaCompilationException
cell
- targeted cellvalue
- new cell's valueFormulaCompilationException
public static UpdateCellContent getInstance()