recalculate_workbook
Recalculate all formulas in an Excel workbook using a hidden desktop Excel instance and cache computed results, ensuring up-to-date values without opening Excel visibly.
Instructions
Recalculate all formulas using a hidden desktop Excel instance and cache the results in the file, so read_calculated_range can return computed values.
Saves the session to disk first (flushing pending edits), then opens the file invisibly in Excel, recalculates, and saves. The in-memory session keeps formulas as text; only the file on disk gains cached results. Requires Microsoft Excel on Windows (uv sync --extra com).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |