Generateur XLSX de Rapport Multi-Onglets
Genere un classeur avec vue, detail, anomalies et dictionnaire
Inclut detection par regles et detection automatique.
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/xlsx-multi-tab-report-pack
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| packTitle | text | Non | - |
| overviewJson | textarea | Oui | - |
| detailJson | textarea | Oui | - |
| anomalyRulesJson | textarea | Non | - |
| includeAutoAnomaly | checkbox | Non | - |
| autoExtremeThreshold | number | Non | - |
| dictionaryJson | textarea | Non | - |
Format de réponse
{
"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)"
}
Fichier:
Fichier
Documentation de MCP
Ajoutez cet outil à votre configuration de serveur MCP:
{
"mcpServers": {
"elysiatools-xlsx-multi-tab-report-pack": {
"name": "xlsx-multi-tab-report-pack",
"description": "Genere un classeur avec vue, detail, anomalies et dictionnaire",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-multi-tab-report-pack",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.
Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]