Get CSV from URL and Convert to Excel - n8n Workflow | Neura Market
Get CSV from URL and Convert to Excel
This workflow demonstrates the conversion of a CSV file to Excel format.
First, an example CSV file is downloaded via a direct link. The source file is taken from the European Open Data Portal:
[https://data.europa.eu/data/datasets/veranstaltungsplaetze-potsdam-potsdam?locale=en](https://data.europa.eu/data/datasets/veranstaltungsplaetze-potsdam-potsdam?locale=en)
The binary data is then imported via the Spreadsheet File node and converted to Excel format.
N.B. Note that as of version 1.23.0 of n8n, the Spreadsheet File node has been redesigned and is now called Convert to File node. Learn more on the release notes page: [https://docs.n8n.io/release-notes/#n8n1230](https://docs.n8n.io/release-notes/#n8n1230)
Platform
n8n
Category
File & Document Management
Price
Free
Creator
Yulia
n8n1230
stickyNote
httpRequest
manualTrigger
spreadsheetFile
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.