VariSheet – Collision

Compare Mitchell / CCC / Audatex repair plans in plain language.

← Back to workflows
Step 1.Export each estimate from your system as CSV.
Step 2.Point VariSheet at Estimate A and Estimate B.
Step 3.Open the report to see adds, removes, and changes.
Local prototype – how you run it today

Place your CSV files inside C:\Projects\VariSheet\data\ and run this from your VariSheet terminal:

python estimate_diff.py data\estimate_a.csv data\estimate_b.csv

The report is saved as data\estimate_diff_output.csv. Open it in Excel, Sheets, or Numbers.

Future: direct file upload (shop-friendly)

In the full version, a tech or estimator will drag-and-drop two files here, hit Compare, and download the report—no terminal, no commands.

This keeps the layout the same later when we wire it to the engine. For now, you’re running internal dev mode using the command shown above.