write_cell
Write a value to a specific cell in an Excel workbook by providing the workbook path, sheet name, and cell reference.
Instructions
Write a value to a specific cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_path | Yes | Path to the Excel workbook | |
| sheet_name | Yes | Name of the worksheet | |
| cell | Yes | Cell reference (e.g., 'A1', 'B10') | |
| value | Yes | Value to write (string, number, boolean, etc.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||