VectorShift home page
Search...
⌘K
Ask AI
Support
Platform
Platform
Search...
Navigation
File Operations
CSV to Excel Node
Documentation
API Reference
Book a Demo
Blog
Tutorials
Get Started
Introduction
Quickstart
Pipeline Mechanics
Platform
Pipelines
Overview
Start
General
Large Language Models (LLMs)
Knowledge
Data Loaders
Multi-Modal
Logic
Data Transformation
Text Operations
JSON Operations
List Operations
File Operations
Text to File Node
File to Text Node
Append Files Node
CSV Reader Node
CSV Writer Node
CSV to Excel Node
Sort CSV Node
Rename File Node
AI Operations
Notifications
Data Enirchment
Chat
Conversational
Knowledge
Interfaces
Transformations
Files
Account
Profile
Organizations
Subscriptions
On this page
Node Inputs
Node Outputs
Example
File Operations
CSV to Excel Node
Convert a CSV file to an Excel file
This node allows you to convert a csv file to XSLX.
Node Inputs
CSV to convert to Excel: The name of the CSV file to be converted
Type:
File
For providing the file you have two options:
If toggle is on Upload: Upload a file by clicking the upload button
If toggle is on Variable: Reference files from other nodes.
Node Outputs
XLSX File: The converted XLSX file
Type:
File
Example usage:
{{csv_to_excel_0.xlsx_file}}
Example
The below example shows a pipeline that converts a CSV file to an Excel file.
File Node: Loads the CSV file
File:
File.csv
file created in the
CSV Writer Example
CSV to Excel Node: Converts the CSV file to an Excel file
CSV to convert to Excel:
{{file_0.file}}
Output Node: Displays the Excel file
Output:
{{csv_to_excel_0.xlsx_file}}
Outputted Excel File
CSV Writer Node
Sort CSV Node
Assistant
Responses are generated using AI and may contain mistakes.