Get WorkPaper Cell Display Value
get_cell_display_valueRetrieve the formatted display value of any cell as seen by a user, rather than its raw numeric data.
Instructions
Return the formatted display string for one cell. Use when an agent needs what a user would see, not the raw numeric value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetName | Yes | Existing sheet name. | |
| address | Yes | Single A1 cell address such as B3. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| displayValue | Yes |