I have multiple CSV files and I want to move them to one excel file with different sheets. So, I am looking to add each CSV file to a sheet of excel. If there are 3 CSV files, it should be one Excel file with 3 sheets, and sheet names must be the CSV file name.
What would be the best solution for this?