live_delete_table_rows
Remove specified rows from tables in an active Hangul window using row addresses (e.g., t2.r3). Relies on Hangul's merge-recomputing subtraction to maintain table integrity.
Instructions
Delete table ROWS in the OPEN Hangul window (live-only; Windows + Hangul).
Offline row delete is unsafe (cellAddr/rowCnt/merge recompute), so this
drives the open window — Hangul's TableSubtractRow recomputes merges.
rows are tN.rN addresses (global table number, 0-based row), e.g.
["t2.r3"]. Plans purely first (fails closed on nested tables / unknown
rows / duplicates), deletes bottom-up, and never opens/saves/closes the
document. Cold start can take tens of seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| rows | Yes | ||
| visible | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |