Get the Column Count in a Table
Get the number of columns in an Excel table.
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 |
---|---|---|---|
table | The reference to the Excel table. | excel table reference | Yes |
Output Concepts
Concept | Description | Type |
---|---|---|
column count | The number of columns in the table. | number |
Examples
Get the number of columns in an Excel table.
get the first table
use the above as the table
get the column count in the table
Updated 6 days ago