Set the Cell's Content to a Value
Set the value of a cell in an Excel sheet.
Note: This operation is part of the Excel Book (BDK). To use this book, you need to first learn it in your agent.
Input Concepts
Concept | Description | Type | Required |
---|---|---|---|
cell | The reference to the Excel cell. | excel cell reference | Yes |
value | The value to set in the cell. | boolean or number or text | Yes |
Examples
Set the value of a cell in an Excel sheet.
get the first cell
use the above as the cell
set the cell's content to "Hello, World!"
Updated 6 days ago