Let's take an example, as you mentioned there are 4 columns in excel : "Name", "Email", "Phone Number", and "Address"
So while uploading data from excel, you should map excel to aggregate directly or can create a structure of same datatype of mapping purpose only.
After that inside loop you can write the logic and other validations if required to check the data. Here you can also write the logic to change the mapping like Name column of excel can assign to "Address" column of aggregate.