I am a biology student and have no experience in coding. I want to make txt files from specific data from excel files. The data in the txt file should be in the format given in the txt file where
center_x = data from center_x and pocket 1 (col 7, row 2)
center_y = data from center_y and pocket 1 (col 8, row 2)
center_z = data from center_z and pocket 1 (col 9, row 2)
and
size_x = 60
size_y = 60
size_z = 60
energy_range = 10
How can I make a python script which can do this for 1000 excel files? Any help will be highly appreciated.