I have an excel sheet having columns A to P. But I want to take the columns B to F, I to K, L, P
How can I achieve this?
Any help is highly appreciated.
Thanks in advance.
I have declared a property in properties file as below
excel.specific.columns= "B:F,I:K,L,P"
Then I declared a list in the java class for the above property.
But not getting idea how to use that list.