Catégories

Text to Excel Converter

Convert various text formats to Excel with customizable parsing and formatting options

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/text-to-excel

Paramètres de la requête

Nom du paramètre Type Requis Description
textInput textarea Oui -
inputFormat select Oui -
delimiter text Non -
hasHeader checkbox Non -
trimValues checkbox Non -
skipEmptyLines checkbox Non -
sheetName text Non -
autoFilter checkbox Non -
freezeHeaderRow checkbox Non -
autoColumnWidth checkbox Non -
multipleSheets checkbox Non -
createSummary checkbox Non -
includeStats checkbox Non -

Format de réponse

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

Documentation de MCP

Ajoutez cet outil à votre configuration de serveur 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"
    }
  }
}

Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.

Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]