need help how to copy .csv file to .xlsx file format including headers.
HI,
Can you try to turn on AddHeaders property?
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,