Text to Excel Converter
Convert various text formats to Excel with customizable parsing and formatting options
Documentación de la API
Punto final de la solicitud
POST /es/api/tools/text-to-excel
Parámetros de la solicitud
| Nombre del parámetro | Tipo | Requerido | Descripción |
|---|---|---|---|
| textInput | textarea | Sí | - |
| inputFormat | select | Sí | - |
| delimiter | text | No | - |
| hasHeader | checkbox | No | - |
| trimValues | checkbox | No | - |
| skipEmptyLines | checkbox | No | - |
| sheetName | text | No | - |
| autoFilter | checkbox | No | - |
| freezeHeaderRow | checkbox | No | - |
| autoColumnWidth | checkbox | No | - |
| multipleSheets | checkbox | No | - |
| createSummary | checkbox | No | - |
| includeStats | checkbox | No | - |
Formato de respuesta
{
"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)"
}
Archivo:
Archivo
Documentación de MCP
Agregue este herramienta a su configuración de servidor MCP:
{
"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"
}
}
}
Puede encadenar múltiples herramientas, por ejemplo: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, máximo 20 herramientas.
Si encuentra algún problema, por favor, póngase en contacto con nosotros en [email protected]