Skip to main content

compute_structure_impact

Function compute_structure_impact 

Source
pub fn compute_structure_impact(
    path: &Path,
    ops: &[StructureOp],
    include_formula_delta: bool,
) -> Result<(StructureImpactReport, Option<Vec<FormulaDeltaItem>>)>
Expand description

Build an impact report (and optional formula delta preview) by analysing the workbook on disk without mutating it.

  • impact_report is always computed when called.
  • formula_delta_preview is only computed when include_formula_delta is true.