.xlsl to CSV

Don’t use the use Excel file activity and all delete all the excel activities and simply use read range workbook activity provide the path of the excel file and sheet name create a variable in the output of read range workbook.

After that use write CSV activity and pass the datatable variable which is the out of read range workbook and give the path of CSV file.

Then it will work!!

It was the simplest procedure. Just use the above two activities don’t use use Excel file and write data to excel and all.

Hope you understand!!