Kategorien

XLSX API zu Sheet

Schreibt REST/GraphQL JSON in ein Excel-Blatt

Unterstuetzt automatische Pagination und Feld-Mapping.

Beispielergebnisse

1 Beispiele

Elysia-Tools-API nach Sheet exportieren

Liest Werkzeugliste und schreibt sie nach Excel

workbook-sales.xlsx Datei anzeigen
Eingabeparameter anzeigen
{ "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" }

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/xlsx-api-to-sheet

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
sourceType select Nein -
url text Ja -
method select Nein -
headers textarea Nein -
queryParams textarea Nein -
body textarea Nein -
graphqlQuery textarea Nein -
graphqlVariables textarea Nein -
dataPath text Nein -
paginationType select Nein -
maxPages number Nein -
pageParam text Nein -
pageStart number Nein -
pageSizeParam text Nein -
pageSize number Nein -
offsetParam text Nein -
offsetStart number Nein -
cursorParam text Nein -
cursorStart text Nein -
hasMorePath text Nein -
nextCursorPath text Nein -
totalPagesPath text Nein -
fieldMapping textarea Nein -
sheetName text Nein -
outputFileName text Nein -

Antwortformat

{
  "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)"
}
Datei: Datei

MCP-Dokumentation

Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:

{
  "mcpServers": {
    "elysiatools-xlsx-api-to-sheet": {
      "name": "xlsx-api-to-sheet",
      "description": "Schreibt REST/GraphQL JSON in ein Excel-Blatt",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-api-to-sheet",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.

Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]