mirror of
https://github.com/haris-musa/excel-mcp-server.git
synced 2025-12-08 17:12:41 +08:00
Refactor sheet operations and update documentation
- Improve `copy_range_operation` with more robust error handling and style copying - Enhance `delete_range_operation` with shift direction support - Update README with Cursor IDE connection instructions - Remove unnecessary parameters from `create_pivot_table` - Improve logging and error validation in sheet operations
This commit is contained in:
@ -285,7 +285,6 @@ def create_pivot_table(
|
||||
filepath: str,
|
||||
sheet_name: str,
|
||||
data_range: str,
|
||||
target_cell: str,
|
||||
rows: List[str],
|
||||
values: List[str],
|
||||
columns: List[str] = None,
|
||||
@ -298,7 +297,6 @@ def create_pivot_table(
|
||||
filepath=full_path,
|
||||
sheet_name=sheet_name,
|
||||
data_range=data_range,
|
||||
target_cell=target_cell,
|
||||
rows=rows,
|
||||
values=values,
|
||||
columns=columns or [],
|
||||
|
||||
Reference in New Issue
Block a user