Read cell value
banana_cellRetrieve the value of a specific cell in Banana Accounting by providing table, row selector, and column XML name. Access precise data points directly from accounts, transactions, or other tables.
Instructions
Return the value of a single cell, identified by table, row selector, and column XML name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | Accounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set. | |
| row | Yes | Row selector: a 1-based row number, or an expression like "Account=1000" matching the first row where the column equals the value. | |
| table | Yes | Table name, e.g. "Accounts", "Transactions", "Budget", "FileInfo". | |
| column | Yes | XML name of the column, e.g. "Description", "Balance". |