I want to remove entire column if balank header or entire column blank then have to remove entire column without knowing the index

Hey @shaik.muktharvalli1 , When you read a datatable from excel and the column headers are empty, then the column headers are converted to Column1, Column2 and so on.

So to remove those, columns you can use

Note:- When reading from excel AddHeaders should be enabled