Excel MCP Server

by zhiwei5576
Verified

clearFileCache

Remove cached data for a specific Excel file to ensure accurate and up-to-date file handling. Specify the file's absolute path to clear its cache effectively.

Instructions

Clear cached data for the specified Excel file

Input Schema

NameRequiredDescriptionDefault
fileAbsolutePathYesThe absolute path of the Excel file to clear from cache

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileAbsolutePath": { "description": "The absolute path of the Excel file to clear from cache", "type": "string" } }, "required": [ "fileAbsolutePath" ], "type": "object" }

You must be authenticated.

Other Tools from Excel MCP Server

Related Tools

ID: w22e5v9u5s