XLSX to CSV
XLSX2CSV Component
Overview
The XLSX2CSV component converts an XLSX Excel 2007+ XML format file into a CSV file.
Input Parameters
Parameter
Type
Required
Description
fileId
string
✅
The ID of the XLSX file to convert.
Output Parameters
Parameter
Type
Description
fileId
string
The unique ID of the newly created CSV file.
fileName
string
The name of the converted CSV file.
Instructions
Provide File ID:
Select an XLSX file using its
fileId
.
Conversion Process:
The component processes the XLSX file and converts it into CSV format.
Retrieve Output:
The converted file is returned with its
fileId
andfileName
.
This component is useful for extracting tabular data from Excel files into a widely used CSV format for further processing.
Last updated