Thanks man. I used a different approach with hotkeys.
- I know which cell I have to traverse.
- Send hotkey event to call “find cell shortcut” [Ctrl + G]
- Enter the cell address and press enter
- Send hotkey to select entire column [ctrl + shift + down]
- Send hotkey to copy [Ctrl + c]
- Go the next column and paste
- Delete the contents
CompanyList.xlsx (10.4 KB)
project.json (300 Bytes)
Main.xaml (15.9 KB)
It was quite difficult and I would want to share it with the community, so they can go reuse and improve it. i used the below answer as a base.