业务字段寻址
vtable_resolve_cellResolve a table cell's column and row address plus current value using a business field name and record index, leveraging VTable's internal mapping API for reliable identification.
Instructions
用业务字段名 + 记录索引解析单元格地址(col/row)与当前值。 比 find_cell 更稳定:不依赖文本内容,直接走 VTable 内部映射 API。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | 业务字段名(vtable_headers 中的 field) | |
| tab_id | No | ||
| table_index | No | ||
| record_index | Yes | 数据记录索引(从 0 起,不含表头) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||