pub fn build_dependency_plan<'a, I>(
sheet_reg: &mut SheetRegistry,
formulas: I,
policy: &CollectPolicy,
volatile_flags: Option<&[bool]>,
) -> Result<DependencyPlan, ExcelError>Expand description
Build a compact dependency plan from ASTs without mutating the graph. Sheets referenced by name are resolved/created through SheetRegistry at plan time.