unmerge_cells
Undo a merge on a specific range of cells in an Excel sheet, restoring individual cells for independent editing.
Instructions
Undo a merge on a range of cells.
Args: path: Path to the .xlsx file, or the name of a preloaded file. Omit if only one file is configured. sheet: Sheet name. cell_range: A1-style range that was previously merged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| sheet | Yes | ||
| cell_range | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||