delete_block_rows
Deletes rows from a spreadsheet block by key, removing matching sheet rows too. Skips missing keys and preserves one row when all would be deleted.
Instructions
Delete rows from a block by their key. Missing keys are silently ignored. Also deletes the matching sheet rows (one block per sheet-row assumption). If you try to delete every row, the last one is kept and its cells are cleared instead — the engine doesn't allow rowCnt=0 blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | ||
| block | Yes |