XLSX2CSV Component
The XLSX2CSV component converts an XLSX Excel 2007+ XML format file into a CSV file.
fileId
string
✅
The ID of the XLSX file to convert.
fileId
string
The unique ID of the newly created CSV file.
fileName
string
The name of the converted CSV file.
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
and fileName
.
This component is useful for extracting tabular data from Excel files into a widely used CSV format for further processing.