Skip to content

PasteTarget

Since v0.4.2

Target cell coordinates and bounds for paste operations

PropertyTypeDescription
rownumberTarget row index (top-left of paste area)
colnumberTarget column index (top-left of paste area)
fieldstringTarget column field name (for easy data mapping)
bounds{ endRow: number; endCol: number } | unknownSelection bounds that constrain the paste area. If set, paste data will be clipped to fit within these bounds. If null, paste expands freely from the target cell.