tabular_document_text
Extract cell ranges and table dimensions from an on-screen tabular document. Use for quick spot checks of headers, totals, or small tables rather than full exports.
Instructions
Return dimensions and a cells range of a tabular document field in the active window.
Use this for small tables or partial reads (headers, totals, spot checks). For large reports/tabular documents, prefer tabular_document_save/report export and analyze the saved PDF/XLSX/TXT/HTML file instead of reading UI cells one by one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| title | No | ||
| compact | No | ||
| row_end | No | ||
| max_rows | No | ||
| row_start | No | ||
| column_end | No | ||
| session_id | No | default-18 | |
| max_columns | No | ||
| column_start | No |