pub fn build_dependency_graph(
formula_cells: &[(CellCoord, String)],
) -> Result<HashMap<CellCoord, Vec<CellCoord>>>Expand description
Build a dependency graph from formula cells. Returns a map from each formula cell to the cells it depends on.