delete_sheet_columns
Remove one or more columns from an Excel sheet starting at a specified position using the xlwings Excel MCP Server. Input file path, sheet name, start column, and optional count for precise data cleanup.
Instructions
Delete one or more columns starting at the specified column.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | ||
filepath | Yes | ||
sheet_name | Yes | ||
start_col | Yes |