Read the Content from a Worksheet Range
Read the contents of an Excel range and return it as a Table object.
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 |
---|---|---|
content | The range content as a table object. | table |
Examples
use the above as the range
read the content from the range
Updated 6 days ago