I am developing one spring boot application. Where I am having one input excel file. I have converted that file into .csv format. Now I am accessing the columns by index values but I want to access them with using headers. With using application.properties how it is possible?
Thanks in advance.