merge_cells
Merge a rectangular range of cells into a single cell in an Excel .xlsx file. Specify the sheet and A1-style range (e.g., "A1:C1") to combine them.
Instructions
Merge a rectangular range of cells into one.
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, e.g. "A1:C1".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| sheet | Yes | ||
| cell_range | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||