Import into Blender the files mentioned in an excel list

Hello,

is it possible to import into Blender the files mentioned in an excel list?
For example the excel list could be saved in a folder called “resources”, and the same folder contains also different blender files.
I would like to have a main Blender file called “Scene”, and a python script that reads the name of the blender files mentioned in the first row of the excel file and import them into blender.
Than clean the scene and repeat the process for the second row etc.

Any advice?