Convert CSV file to Excel

Hello
I need to convert CSV file to Excel

@Tejaswini_Yadav1

  1. Read csv activity and read into datatable
  2. Use write range activity and write the datatable to the required excel

cheers

Hi,

FYI, another approach:

Open the csv file using UseExcelFile, then use SaveExcelFielAs, as the following.

Regards,

But throwing error

@Tejaswini_Yadav1

Please try the above approach

cheers