分类

XLSX 多标签报表包生成器

一个工作簿输出总览/明细/异常/字典表

支持规则异常检测与自动异常扫描,便于审计与交付。

示例结果

1 个示例

生成多标签报表包

一个工作簿输出总览/明细/异常/字典表

xlsx-multi-tab-report-pack-example1.xlsx 查看文件
查看输入参数
{ "packTitle": "Risk Review Report Pack", "overviewJson": "{\n \"owner\": \"Data Governance\",\n \"period\": \"2026-03\",\n \"source\": \"ERP\"\n}", "detailJson": "[\n {\n \"id\": 1,\n \"account\": \"A-100\",\n \"amount\": 1200,\n \"status\": \"ok\"\n },\n {\n \"id\": 2,\n \"account\": \"A-200\",\n \"amount\": -20,\n \"status\": \"refund\"\n },\n {\n \"id\": 3,\n \"account\": \"A-300\",\n \"amount\": 550000,\n \"status\": \"check\"\n }\n]", "anomalyRulesJson": "{\n \"amount\": {\n \"min\": 0,\n \"max\": 100000\n }\n}", "includeAutoAnomaly": true, "autoExtremeThreshold": 200000 }

API 文档

请求端点

POST /zh/api/tools/xlsx-multi-tab-report-pack

请求参数

参数名 类型 必填 描述
packTitle text -
overviewJson textarea -
detailJson textarea -
anomalyRulesJson textarea -
includeAutoAnomaly checkbox -
autoExtremeThreshold number -
dictionaryJson textarea -

响应格式

{
  "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-multi-tab-report-pack": {
      "name": "xlsx-multi-tab-report-pack",
      "description": "一个工作簿输出总览/明细/异常/字典表",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-multi-tab-report-pack",
      "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]