Write Cell
Writes a single value into a specific cell of an Excel worksheet. If the target sheet does not exist, a new one is created. Any existing value in the specified cell is overwritten.
Properties
| Name | Description | Required |
|---|---|---|
| Cell Address | Address of the target cell (e.g., A1, B5) where the value will be written. | ☑️ |
| Sheet Name | Name of the worksheet to write the cell value into. A new sheet is created if it does not exist. | ☑️ |
| Value | The content to be written into the specified cell. Any existing value in the cell is replaced. | ☑️ |