Skip to main content
Glama

Excel MCP Server

delete_sheet_rows

Remove specified rows from an Excel sheet by defining the start row and count. Streamlines data cleanup and restructuring within workbooks for improved organization.

Instructions

Delete one or more rows starting at the specified row.

Input Schema

NameRequiredDescriptionDefault
countNo
filepathYes
sheet_nameYes
start_rowYes

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 1, "title": "Count", "type": "integer" }, "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "start_row": { "title": "Start Row", "type": "integer" } }, "required": [ "filepath", "sheet_name", "start_row" ], "title": "delete_sheet_rowsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/haris-musa/excel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server