Get Merge Info
get_merge_infoCheck if a specific cell belongs to a merged range and get the full merged area address when it does. Resolves uncertainty about merged cells in Excel workbooks.
Instructions
Check whether a cell is part of a merged range.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). cell: A1-style cell reference, e.g. "B2".
Returns: JSON with is_merged and, if true, the full merged area's address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell | No | A1 | |
| sheet | No | ||
| workbook | No |