Get the Cell's Value
Retrieve 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 |
Output Concepts
Concept | Description | Type |
---|---|---|
cell's value | The value of the cell in the sheet. | boolean or number or text |
Examples
Retrieve the value of a cell in an Excel sheet.
get the first cell
use the above as the cell
get the cell's value
Updated 6 days ago