Hello
I need to convert CSV file to Excel
- Read csv activity and read into datatable
- 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