分类

XLSX KPI 仪表盘生成器

生成 KPI 卡片、趋势表,并带条件格式预警

适合月报/周报场景,自动评估 Good/Warning/Alert。

示例结果

1 个示例

生成 KPI 仪表盘

输出指标卡片 + 趋势表 + 条件格式预警

xlsx-kpi-dashboard-generator-example1.xlsx 查看文件
查看输入参数
{ "kpisJson": "[\n {\n \"name\": \"Revenue\",\n \"value\": 122000,\n \"target\": 110000,\n \"direction\": \"higher\",\n \"unit\": \"$\"\n },\n {\n \"name\": \"Gross Margin\",\n \"value\": 34,\n \"target\": 38,\n \"direction\": \"higher\",\n \"unit\": \"%\"\n },\n {\n \"name\": \"CAC\",\n \"value\": 54,\n \"target\": 48,\n \"direction\": \"lower\",\n \"unit\": \"$\"\n },\n {\n \"name\": \"Churn\",\n \"value\": 2.1,\n \"target\": 2.5,\n \"direction\": \"lower\",\n \"unit\": \"%\"\n }\n]", "trendsJson": "[\n {\n \"period\": \"2026-01\",\n \"Revenue\": 98000,\n \"Gross Margin\": 33,\n \"CAC\": 50,\n \"Churn\": 2.9\n },\n {\n \"period\": \"2026-02\",\n \"Revenue\": 105000,\n \"Gross Margin\": 35,\n \"CAC\": 52,\n \"Churn\": 2.5\n },\n {\n \"period\": \"2026-03\",\n \"Revenue\": 122000,\n \"Gross Margin\": 34,\n \"CAC\": 54,\n \"Churn\": 2.1\n }\n]", "title": "Monthly KPI Dashboard", "warningTolerancePercent": 10, "includeConditional": true }

API 文档

请求端点

POST /zh/api/tools/xlsx-kpi-dashboard-generator

请求参数

参数名 类型 必填 描述
kpisJson textarea -
trendsJson textarea -
title text -
warningTolerancePercent number -
includeConditional checkbox -

响应格式

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
文件: 文件

AI MCP 文档

将此工具添加到您的 MCP 服务器配置中:

{
  "mcpServers": {
    "elysiatools-xlsx-kpi-dashboard-generator": {
      "name": "xlsx-kpi-dashboard-generator",
      "description": "生成 KPI 卡片、趋势表,并带条件格式预警",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-kpi-dashboard-generator",
      "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]