Give us feedback
csv-to-xlsx
Web icon

CSV to XLSX

Stable version 1.0.10 (Compatible with OutSystems 11)
Uploaded on 28 December 2020 by 
3.0
 (2 ratings)
csv-to-xlsx

CSV to XLSX

Details
Performs a direct convertion from CSV (comma separated values) file to Microsoft xlsx.
Read more

Usage example:

  1. Upload a CSV file.
  2. Convert binary to text using BinaryDataToText action from BinaryData extension.
  3. Use the action ConvertCSVToXLSX  using the text from the convertion previously.
  4. Get the Xlsx binary as output.

This extension uses Light Spreadsheet and Office OpenXML library to generate files. 

No need to install third party applications. 

Release notes (1.0.10)

Creation of an application that contains the extension module.

Reviews (1)
5 Dec (5 days ago)
in version 1.0.10
The extension does not take into account fields that are wrapped in quotation marks which contain commas in the field text. This results in broken conversions.