xlsxtocsvconvertor
Service icon

XlsxToCSVConvertor

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 31 Mar
 by 
0.0
 (0 ratings)
xlsxtocsvconvertor

XlsxToCSVConvertor

Documentation
1.0.0

The XlsxToCSV Convertor service component facilitates the conversion of XLS and XLSX files into CSV format. This component provides a convenient action to perform this conversion seamlessly within your OutSystems applications.

The CSVGenerator Server action within the XlsxToCSV Convertor service component is designed to take XLS or XLSX binary data as input and produce CSV binary data as output. This action simplifies the process of converting spreadsheet data into a more universally compatible CSV format.

Parameters

  • XLS/XLSX Binary: Binary data representing the XLS or XLSX file to be converted.

Output

  • CSV Binary: Binary data containing the converted CSV file.