Enrich Excel with TinyFish Research missing data with TinyFish and write it directly into a live Excel workbook on macOS — cell by cell, in real time, via AppleScript. No file saves or reloads needed. Pre-flight Check (REQUIRED) Run ALL three checks before doing anything else: If any check fails, stop and tell the user what to fix. Do NOT proceed. --- Step 1 — Read the active workbook Write a temporary AppleScript file and execute it. Do NOT use inline heredoc with osascript — it breaks in many shell environments. Always write to a temp file first. Parse the output format: If the sheet has mo…