按文本找单元格
vtable_find_cellFind cells within a VTable by text, including headers, and retrieve their column, row, and value.
Instructions
在 VTable 全表(含表头)中按文本查找单元格,返回 {col,row,value} 列表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要查找的文本 | |
| exact | No | 是否精确匹配(默认包含匹配) | |
| tab_id | No | 标签页 id | |
| max_results | No | 最多返回条数 | |
| table_index | No | 表序号(注意:此处为字符串形式的索引,如 "0") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||