XLSX API vers Sheet
Ecrit du JSON REST/GraphQL dans une feuille Excel
Prend en charge pagination auto et mapping de champs.
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/xlsx-api-to-sheet
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| sourceType | select | Non | - |
| url | text | Oui | - |
| method | select | Non | - |
| headers | textarea | Non | - |
| queryParams | textarea | Non | - |
| body | textarea | Non | - |
| graphqlQuery | textarea | Non | - |
| graphqlVariables | textarea | Non | - |
| dataPath | text | Non | - |
| paginationType | select | Non | - |
| maxPages | number | Non | - |
| pageParam | text | Non | - |
| pageStart | number | Non | - |
| pageSizeParam | text | Non | - |
| pageSize | number | Non | - |
| offsetParam | text | Non | - |
| offsetStart | number | Non | - |
| cursorParam | text | Non | - |
| cursorStart | text | Non | - |
| hasMorePath | text | Non | - |
| nextCursorPath | text | Non | - |
| totalPagesPath | text | Non | - |
| fieldMapping | textarea | Non | - |
| sheetName | text | Non | - |
| outputFileName | text | 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-api-to-sheet": {
"name": "xlsx-api-to-sheet",
"description": "Ecrit du JSON REST/GraphQL dans une feuille Excel",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-api-to-sheet",
"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]