grapher.Node
Workbook cell in a dependency graph.
Usage
grapher.Node(
sheet,
column,
row,
formula,
normalized_formula,
value,
is_leaf,
is_target=False,
metadata=dict()
)is_leaf is true when the node has no outgoing dependency edges (value-only cells and literal-only formulas such as =1+1).
Parameter Attributes
sheet: strcolumn: strrow: intformula: str | Nonenormalized_formula: str | Nonevalue: Anyis_leaf: boolis_target: bool = Falsemetadata: dict[str, Any] = dict()