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

ConceptDescriptionTypeRequired
cellThe reference to the Excel cell.excel cell referenceYes
valueThe value to set in the cell.boolean or number or textYes

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!"