unmerge-excel-range
Unmerge merged cells in an Excel range, restoring individual cells. Specify the range by address within a worksheet.
Instructions
Invoke action unmerge
💡 TIP: Unmerge any merged cells within the given range back into individual cells. No request body. Inverse of merge-excel-range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| driveId | Yes | Path parameter: driveId | |
| driveItemId | Yes | Path parameter: driveItemId | |
| workbookWorksheetId | Yes | Path parameter: workbookWorksheetId | |
| address | Yes | Path parameter: address | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |