Convert CSV to Excel with Modern Design Experience

Hey there,

how am I able to convert a CSV to XLSX?

Thanks!

@Katarina

Try below steps.

  1. Use Read CSV activity to read the data from CSV file and it will give output as DataTable. Let’s say dtInput.

  2. And then use Write Range activity and pass above output DataTable dtInput to write into Excel file. And check Create file option to create new excel file.

1 Like

Thank you!

Do you have an idea how to get it into an “excel format” and not a “csv format”?
So one column for each information?

In “Read CSV” I had to ckeck the Delimiter as Semicolon. It works. Thank you!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.