Unmerge Cells
unmerge_cellsUndo a merged cell range in an open Excel workbook by specifying the A1-style address, then return JSON confirmation.
Instructions
Undo a cell merge.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). range_address: A1-style address covering the merged area, e.g. "A1:C1".
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| workbook | No | ||
| range_address | No | A1 |