In my excel i have to delete some columns based on some condition. So i am reading the entire headers and putting in a list. Then i am reading each items from the list using for loop and checking whether i need the column or not based on the header name.
But how would i know the alphabet of the column so that i can delete the column from the excel.