Catégories

XLSX API vers Sheet

Ecrit du JSON REST/GraphQL dans une feuille Excel

Prend en charge pagination auto et mapping de champs.

Exemples de résultats

1 Exemples

Exporter API Elysia Tools vers Sheet

Recupere la liste des outils et l ecrit dans Excel

workbook-sales.xlsx Voir fichier
Voir paramètres d'entrée
{ "sourceType": "rest", "url": "https://elysiatools.com/zh/api/tools", "method": "GET", "dataPath": "tools", "paginationType": "none", "fieldMapping": "{\n \"id\": \"id\",\n \"name\": \"name\",\n \"category\": \"category\",\n \"result_type\": \"resultType\",\n \"featured\": \"featured\",\n \"last_updated\": \"lastUpdated\"\n}", "sheetName": "Tools API" }

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]