Hey there,
how am I able to convert a CSV to XLSX?
Thanks!
Hey there,
how am I able to convert a CSV to XLSX?
Thanks!
Try below steps.
Use Read CSV activity to read the data from CSV file and it will give output as DataTable. Let’s say dtInput.
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.
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!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.