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_reportis always computed when called.formula_delta_previewis only computed wheninclude_formula_deltais true.