excel_unmerge_cells
Unmerges cells in a specified Excel range, restoring them to individual cells.
Instructions
Unmerge previously merged cells
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| range | Yes | Range to unmerge (e.g., A1:D1) | |
| createBackup | No |