Text to Excel Converter
Convert various text formats to Excel with customizable parsing and formatting options
API Documentation
Request Endpoint
POST /en/api/tools/text-to-excel
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| textInput | textarea | Yes | - |
| inputFormat | select | Yes | - |
| 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 | - |
Response Format
{
"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)"
}
File:
File
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"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"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]