Trying to read CSV and copy or save to .xlsx format. But the column headers are not copying to .xlsx when I use write range activity

need help how to copy .csv file to .xlsx file format including headers.

HI,

Can you try to turn on AddHeaders property?

image

Regards,

ok, let me try. should I add write range workbook and read csv activities inside excel scope?

No. WriteCSV and WriteRangeWorkbook work without ExcelApplciationScope or UseExcelFile.

Regards,