XLSX KPI Dashboard Generator
Generate a KPI dashboard workbook with metric cards, trend table, and conditional warning formatting
Build KPI dashboard workbooks for operational reviews.
- KPI summary cards (value/target/status)
- Trend table sheet from JSON time series
- Warning/alert conditional formatting for fast risk scanning
- Includes KPI evaluation metadata
API Documentation
Request Endpoint
POST /en/api/tools/xlsx-kpi-dashboard-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| kpisJson | textarea | Yes | - |
| trendsJson | textarea | Yes | - |
| title | text | No | - |
| warningTolerancePercent | number | No | - |
| includeConditional | checkbox | No | - |
Response Format
{
"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)"
}
File:
File
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-xlsx-kpi-dashboard-generator": {
"name": "xlsx-kpi-dashboard-generator",
"description": "Generate a KPI dashboard workbook with metric cards, trend table, and conditional warning formatting",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-kpi-dashboard-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]