xlsx_healer_simulate
Simulate whether external references in a workbook will resolve when shared with a specific recipient, identifying broken references based on recipient's accessible paths.
Instructions
simulate recipient-side accessibility of a workbook's external references. Given a list of paths the recipient CAN see (accessible_paths), returns which references will still resolve at the recipient end and which will break (and why). Read-only; produces no output workbook.
USE WHEN: an agent or user wants to know "will this workbook work when I send it to ?" before sharing — e.g., before posting to Slack, attaching to email, or sharing a OneDrive link. Or auditing a workbook against a known recipient-accessible-paths inventory.
DO NOT USE WHEN: the user wants to FIX the breakage (use xlsx_healer_cure or xlsx_healer_intent). Or when the recipient is the sender themselves (no path discrepancy to simulate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessible_paths | Yes | ||
| file_b64 | Yes |