Login to follow
CsvToExcel

CsvToExcel (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 2 Apr by OutSystems Labs
CsvToExcel

CsvToExcel (ODC)

Documentation
0.1.0

To configure the method properly, you need to provide the following parameters:

  • csvData (byte[]): The CSV file data, provided as a byte array. You can get this from an uploaded file or another data source.

  • splitChar (string): The delimiter used to separate the CSV values. This is typically a comma (,), but it could be any character (e.g., semicolon, tab).

  • fileEncoding (string): The encoding format of the CSV file. It could be "UTF-8" or "UTF-16LE".