excel_merge_cells
Merge cells in a specified range within an Excel sheet. Provide file path, sheet name, and range to consolidate content.
Instructions
Merge cells in a range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| range | Yes | Range to merge (e.g., A1:D1) | |
| createBackup | No |