mirror of
https://github.com/haris-musa/excel-mcp-server.git
synced 2025-12-08 17:12:41 +08:00
Add tool to get merged cells (#59)
This commit is contained in:
13
TOOLS.md
13
TOOLS.md
@ -145,6 +145,19 @@ unmerge_cells(filepath: str, sheet_name: str, start_cell: str, end_cell: str) ->
|
||||
- `end_cell`: Ending cell of range
|
||||
- Returns: Success message
|
||||
|
||||
### get_merged_cells
|
||||
|
||||
Get merged cells in a worksheet.
|
||||
|
||||
```python
|
||||
get_merged_cells(filepath: str, sheet_name: str) -> str
|
||||
```
|
||||
|
||||
- `filepath`: Path to Excel file
|
||||
- `sheet_name`: Target worksheet name
|
||||
- Returns: String representation of merged cells
|
||||
|
||||
|
||||
## Formula Operations
|
||||
|
||||
### apply_formula
|
||||
|
||||
Reference in New Issue
Block a user