read_spreadsheet_cell
Retrieve a spreadsheet cell value by R1C1 address from a live 1C managed form, returning field, address, and value without binary decoding.
Instructions
Read a spreadsheet (ТабличныйДокумент) CELL by address natively. Reading a cell is an IN-CLIENT method on the
live object, NOT a binary .mxl wire-decode: the manager NEVER receives the cell text in the binary form-render
(only a 20-byte handle); a TARGETED read («перейти к ячейке ») makes the client evaluate the cell and
return its value as a small PLAIN string. Replays the genuine flow (open form -> run the report -> navigate to
the cell) re-targeting the address (R1C1 notation, ANY length — the navigate frame resizes) and parses the
value from the client response with the value-read path (the cell value rides the SAME 0x9a<len><utf-8> shape).
Live-verified across address lengths (R1C1->PF_RPT_R1C1, R1C12->PF_RPT_R1C12, R12C12->PF_RPT_R12C12). Returns
{field, address, value}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| field | No | PF_REPORT | |
| address | No | R1C1 | |
| capture | No | cellread | |
| captured_address | No | R1C1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||