Kategorien

XLSX Rechnung/Angebot Generator

Erstellt Rechnung oder Angebot mit Steuer und Logo

Automatische Berechnung von Netto, Steuer und Gesamt.

Beispielergebnisse

1 Beispiele

Rechnung mit Steuer erstellen

Berechnet Summen und fuegt Firmenlogo ein

xlsx-invoice-generator-example1.xlsx Datei anzeigen
Eingabeparameter anzeigen
{ "documentType": "invoice", "title": "Tax Invoice", "companyInfoJson": "{\n \"name\": \"Elysia Labs Ltd.\",\n \"address\": \"88 Innovation Road, Shanghai\",\n \"taxId\": \"CN-91440000-2026\",\n \"phone\": \"+86-21-8888-6666\",\n \"email\": \"[email protected]\"\n}", "customerInfoJson": "{\n \"name\": \"Nova Commerce\",\n \"address\": \"120 Market Street, Shenzhen\",\n \"email\": \"[email protected]\"\n}", "lineItemsJson": "[\n {\n \"description\": \"Implementation Service\",\n \"quantity\": 3,\n \"unitPrice\": 1200,\n \"taxRate\": 13\n },\n {\n \"description\": \"Support Package\",\n \"quantity\": 2,\n \"unitPrice\": 600\n }\n]", "defaultTaxRate": 13, "invoiceNumber": "INV-2026-031", "issueDate": "2026-03-06", "dueDate": "2026-03-20", "currencySymbol": "$", "logoFile": "/public/samples/images/logo.png" }

Click to upload file or drag and drop file here

Maximum file size: 10MB Supported formats: image/png, image/jpeg

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/xlsx-invoice-generator

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
documentType select Nein -
title text Nein -
companyInfoJson textarea Ja -
customerInfoJson textarea Ja -
lineItemsJson textarea Ja -
defaultTaxRate number Nein -
invoiceNumber text Nein -
issueDate date Nein -
dueDate date Nein -
currencySymbol text Nein -
logoFile file (Upload erforderlich) Nein -
notes textarea Nein -

Dateitypparameter müssen erst über POST /upload/xlsx-invoice-generator 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-invoice-generator": {
      "name": "xlsx-invoice-generator",
      "description": "Erstellt Rechnung oder Angebot mit Steuer und Logo",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=xlsx-invoice-generator",
      "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]