ES | EN
Document Ops

Convert JSON to an Excel file

Item ListsSpreadsheet File
Nodes 4
Complexity Intermediate
Category Document Ops
n8n popularity 41,974 views in n8n library

Send a simple JSON array via HTTP POST and get an Excel file. The default filename is Export.xlsx. By adding the (optional) request ?filename=xyz you can specify the filename. NOTE: do not forget to change the webhook path!

Apps and nodes included

Step-by-Step Implementation Guide

¿Qué hace este workflow?

Este workflow convierte datos JSON recibidos a través de una solicitud HTTP POST en un archivo Excel.

Nodos Utilizados

  • HTTP POST (Webhook): Recibe la solicitud HTTP con los datos JSON.
  • Excel: Genera el archivo Excel.

Pasos de Configuración

  • Paso 1: Configura el nodo HTTP POST para que escuche las peticiones en una URL específica. Asegúrate de copiar la URL del webhook.
  • Paso 2: Configura el nodo Excel para que reciba los datos JSON del nodo anterior y genera el archivo Excel. Puedes especificar el nombre del archivo usando el parámetro 'filename' en la URL (ej. ?filename=miarchivo).
  • Paso 3: Prueba el flujo enviando una solicitud POST con datos JSON a la URL del webhook.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.