Set the Cell's Content to a Value
Set the value of a cell in an Excel sheet.
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?