| TableCommandPlanner - constructor | Creating planner for high-level table operations with automatic merged cell handling | references/TableCommandPlanner/constructor.md |
| TableCommandPlanner.getCommands | Getting all generated commands without resetting cache | references/TableCommandPlanner/getCommands.md |
| TableCommandPlanner.getNewCommandsAndReset | Getting commands and clearing cache for command replay | references/TableCommandPlanner/getNewCommandsAndReset.md |
| TableCommandPlanner.forEachMainMergedCell | Iterating over merged cells (main cells only, not placeholders) | references/TableCommandPlanner/forEachMainMergedCell.md |
| TableCommandPlanner.insertRow | Inserting rows with automatic merged cell adjustment | references/TableCommandPlanner/insertRow.md |
| TableCommandPlanner.insertCol | Inserting columns with automatic merged cell adjustment | references/TableCommandPlanner/insertCol.md |
| TableCommandPlanner.deleteRow | Deleting rows with automatic merged cell adjustment | references/TableCommandPlanner/deleteRow.md |
| TableCommandPlanner.deleteCol | Deleting columns with automatic merged cell adjustment | references/TableCommandPlanner/deleteCol.md |
| TableCommandPlanner.merge | Merging cells with automatic unmerge of overlapping cells | references/TableCommandPlanner/merge.md |
| TableCommandPlanner.unmerge | Unmerging previously merged cells | references/TableCommandPlanner/unmerge.md |