Type Editor / @type-editor/tables / copypaste/insert-cells
copypaste/insert-cells
Functions
| Function | Description |
|---|---|
Inserts a rectangular area of cells into a table at a specified position. This function handles the complete process of pasting cells into a table:
The cells parameter should be obtained from pastedCells, which normalizes clipboard content into a rectangular area. Throws If no table is found at the specified position. Example typescript |