set_cells_block
Write a block of data into a Word table cell range starting at a chosen row and column, with automatic backup and atomic save to prevent data loss.
Instructions
Write a 2D block of values starting at (origin_row, origin_cell); for scattered single-cell edits use set_cells. Auto-backup: prev/anchor slots in .ks4w-backups (backup=False skips rotation only); atomic validated save. Refuses documents open in Word.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| backup | No | ||
| file_path | Yes | ||
| origin_row | Yes | ||
| origin_cell | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||