vtable_read_cells
Read a rectangular range of cell values from a VTable by specifying top-left and bottom-right coordinates. Returns values in row-major order for efficient data extraction.
Instructions
批量读取矩形区域(col0,row0)-(col1,row1)单元格值(行优先)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col0 | Yes | ||
| col1 | Yes | ||
| row0 | Yes | ||
| row1 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||