Parse excel file in python

I want to parse excel file which looks like in attached image


My column name are static , and they are( File identifier File name File version File size Date Time) as present in row 4. is there any way i can parse excel in python to fetch part starting from row 4

Check out openpyxl library for parsing excel files in python.