excel_write_cell
Write a single value to a specific cell in an Excel workbook. Changes appear instantly.
Instructions
Write a single value to a specific cell. Change appears immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook | No | ||
| sheet | No | ||
| cell | Yes | Cell address like 'B5' | |
| value | Yes | Value to write (string, number, or formula starting with =) |