AutomationFlowsData & Sheets › Excel To Postgres

Excel To Postgres

Excel To Postgres. Uses readBinaryFile, spreadsheetFile, postgres. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesRead Binary FileSpreadsheet FilePostgres
Data & Sheets Trigger: Manual Nodes: 3 Complexity: ★☆☆☆☆

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "Read Binary File",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        450,
        650
      ],
      "parameters": {
        "filePath": "spreadsheet.xls"
      },
      "typeVersion": 1
    },
    {
      "name": "Spreadsheet File1",
      "type": "n8n-nodes-base.spreadsheetFile",
      "position": [
        600,
        650
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Insert Rows1",
      "type": "n8n-nodes-base.postgres",
      "position": [
        750,
        650
      ],
      "parameters": {
        "table": "product",
        "columns": "name,ean"
      },
      "credentials": {
        "postgres": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Read Binary File": {
      "main": [
        [
          {
            "node": "Spreadsheet File1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Spreadsheet File1": {
      "main": [
        [
          {
            "node": "Insert Rows1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

About this workflow

Excel To Postgres. Uses readBinaryFile, spreadsheetFile, postgres. Manual trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →