set_formula
Write an Excel formula to a specific cell. The formula is stored and evaluated when the workbook is opened.
Instructions
Write an Excel formula to one cell, e.g. 'SUM(B2:B10)' (leading '=' optional).
Formulas are stored, not calculated — Excel evaluates them when the file is next opened. Reading the cell back returns the formula text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | Yes | ||
| formula | Yes | ||
| session_id | Yes |