Excel公式构建器
使用常用函数和运算符构建Excel公式
API 文档
请求端点
POST /zh/api/tools/excel-formula-builder
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| functionType | select | 是 | - |
| cellRange | text | 否 | - |
| value1 | text | 否 | - |
| value2 | text | 否 | - |
| condition | text | 否 | - |
| criteria | text | 否 | - |
响应格式
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
文本:
文本
AI MCP 文档
将此工具添加到您的 MCP 服务器配置中:
{
"mcpServers": {
"elysiatools-excel-formula-builder": {
"name": "excel-formula-builder",
"description": "使用常用函数和运算符构建Excel公式",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=excel-formula-builder",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。
如果遇见问题,请联系我们:[email protected]