mysheet-mcp

mysheet-mcp

3

Mysheet-mcp is a server designed to convert Excel files to JSON, aiding large-scale data processing within various models or Agents. It offers configurable file storage solutions during the conversion process.

mysheet MCP Server

Mysheet-mcp is designed to convert Excel files into JSON format, particularly useful for data processing in large models or Agents. It supports parsing Excel files and temporarily stores files in a configured directory.

Main Features

  • Excel to JSON: Converts uploaded Excel files into JSON format for further processing.
  • File Storage: Files are temporarily stored in a configured tmp directory.

Configuration

Parameters like upload.tmp and upload.path can be configured in application.yml for file storage paths.

Usage

  1. Install Dependencies: Ensure necessary dependencies are installed.
  2. Configure Paths: Set upload.tmp and upload.path in application.yml.
  3. Call the Service: Use the excel2Json method in Excel2JsonService to convert files.