Text to Excel Converter
Convert various text formats to Excel with customizable parsing and formatting options
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/text-to-excel
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| textInput | textarea | Ja | - |
| inputFormat | select | Ja | - |
| delimiter | text | Nein | - |
| hasHeader | checkbox | Nein | - |
| trimValues | checkbox | Nein | - |
| skipEmptyLines | checkbox | Nein | - |
| sheetName | text | Nein | - |
| autoFilter | checkbox | Nein | - |
| freezeHeaderRow | checkbox | Nein | - |
| autoColumnWidth | checkbox | Nein | - |
| multipleSheets | checkbox | Nein | - |
| createSummary | checkbox | Nein | - |
| includeStats | checkbox | 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-text-to-excel": {
"name": "text-to-excel",
"description": "Convert various text formats to Excel with customizable parsing and formatting options",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-to-excel",
"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]