top of page

Excel to PostgreSQL Importer

Automates importing Excel spreadsheet data into a PostgreSQL database using n8n. Reads a binary XLS file, parses it, then inserts rows into a PostgreSQL 'product' table with columns 'name' and 'ean'.

bottom of page