Skip to main content
This node allows you to convert a csv file to XSLX.
- CSV to convert to Excel: The name of the CSV file to be converted
 
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
 
- 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 