n8n-nodes-base.spreadsheetfile
59 workflows using this node.
What is the n8n-nodes-base.spreadsheetfile node used for in n8n workflows?
n8n-nodes-base.spreadsheetfile n8n workflows are automation templates that use the n8n-nodes-base.spreadsheetfile node as part of a reusable workflow. Builders use these templates to inspect how the node connects with triggers, data transformation steps, app integrations, notifications, storage, or AI-powered actions inside n8n. Each workflow listing includes a title, summary, author attribution, categories, complexity level, source links when available, and a downloadable JSON file for review before import. Use this page to compare practical examples, understand the surrounding nodes, and choose a template that can be safely tested and adapted in your own n8n workspace.
n8n-nodes-base-spreadsheetfile
Bulk emails with personalized attachment
A workflow to send personalized emails with respective attachment. The workflow needs a pre formatted CSV with file n...
Convert JSON to an Excel file
Send a simple JSON array via HTTP POST and get an Excel file. The default filename is Export.xlsx. By adding the (opt...
Parse Ycombinator news page
Extract data from a webpage (Ycombinator news page) and create a nice list using itemList node. It seems that current...
Read in an Excel spreadsheet file
How to take the path of a local Excel file and read its contents into n8n.
Export WordPress posts to spreadsheet
Export WordPress Posts to Spreadsheet and download .csv to your local machine.
Nathan: Your n8n personal assistant
Nathan is a proof of concept framework for creating a personal assistant who can handle various day to day functions...
Read a spreadsheet file
Companion workflow for Spreadsheet File node docs
Convert Typeform data into spreadsheet
1. Trigger on new Typeform form submission 1. Get existing spreadsheet file from NextCloud 1. Read data from file int...
Add data from Google Sheet to Dropbox
1. Triggers worfklow all 15 minutes 1. Reads the data from Google Sheet 1. Converts data to XLS 1. Uploads the file t...
Transfer data from Postgres to Excel
1. Read data from Postgres 1. Converting it to XLS 1. Save it to disk
Insert Excel data to Postgres
1. Read XLS from file 1. Convert it to JSON 1. Insert it in Postgres