I want to write the data from one excel to other excel with headers changed and 2 columns need to be combined
so how should i do it
like input excel has following 5 columns
- AAA
- BBB
- CCC
- DDD
- EEE
and i want output excel to have following columns - AAA column should now be ABC
- BBB column should now be DEF
- CCC column should now be GHI
- DDD+EEE (concatenation) column should now be JKL
so how to do this?