Get the Worksheet Range's Rows
Retrieve the cell of 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 |
---|---|---|---|
worksheet range | The reference to the Excel range. | excel range reference | Yes |
Output Concepts
Concept | Description | Type |
---|---|---|
worksheet range's rows | The list of Excel rows in the sheet. | excel row reference |
Examples
Retrieve the rows of an Excel sheet.
get the sheet's used range
use the above as the worksheet range
get the worksheet range's rows
Updated 6 days ago