Kategorien

XLSX-zu-CSV Blattpaket

Exportiert jedes Blatt als CSV mit Manifest

Gibt ein ZIP mit Blatt-CSV und manifest.json zurueck.

Beispielergebnisse

1 Beispiele

Blaetter als CSV-Paket exportieren

Erzeugt CSV je Blatt plus Manifest

xlsx-sheet-to-csv-pack-example1.zip Datei anzeigen
Eingabeparameter anzeigen
{ "excelFile": "/public/samples/xlsx/workbook-sales.xlsx", "delimiter": ",", "outputEncoding": "utf-8-bom" }

Click to upload file or drag and drop file here

Maximum file size: 100MB Supported formats: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel

API-Dokumentation

Request-Endpunkt

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

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
excelFile file (Upload erforderlich) Ja -
selectedSheets text Nein -
delimiter select Nein -
outputEncoding select Nein -
includeHeader checkbox Nein -
skipHiddenSheets checkbox Nein -

Dateitypparameter müssen erst über POST /upload/xlsx-sheet-to-csv-pack hochgeladen werden, um filePath zu erhalten, dann filePath an das entsprechende Dateifeld übergeben.

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-sheet-to-csv-pack": {
      "name": "xlsx-sheet-to-csv-pack",
      "description": "Exportiert jedes Blatt als CSV mit Manifest",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-sheet-to-csv-pack",
      "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.

Unterstützt URL-Dateilinks oder Base64-Codierung für Dateiparameter.

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