Set the Cell's Content to a Value

Set the value of a cell in an Excel sheet.

This procedure is part of the Excel Book (BDK). To use this book, you must 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!"

Last updated

Was this helpful?