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
- Install Dependencies: Ensure necessary dependencies are installed.
- Configure Paths: Set
upload.tmp
andupload.path
inapplication.yml
. - Call the Service: Use the
excel2Json
method inExcel2JsonService
to convert files.