xlsx_diff
Compute a semantic diff between two local Excel files, highlighting cell-level changes, formula updates, and row additions or removals.
Instructions
compute a semantic diff between two LOCAL .xlsx files — cell-level deltas, formula changes, added/removed rows. Output is byte-deterministic — calling twice with the same inputs returns identical text + diff_hash in _meta. Use that hash for caching/idempotence.
USE WHEN: the user provides two LOCAL .xlsx file paths to compare. Suitable for version control, audit trails, and change review. Built-in skills cannot produce deterministic, structured diffs.
DO NOT USE WHEN: either file came from an upload/attachment rather than a local path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_a_b64 | Yes | ||
| file_b_b64 | Yes | ||
| options | No |