Excel values to be assigned as variables in SSIS

Hi fellows,
I have an excel file which consist of file name and location path. I want to take those two values for variables in SSIS. For example, in the excel sheet, in the first row, I have entered “file_a” in the first cell and the “c:aa.txt” the file location path. I have created two variables “file_name” and “file_path”. I want those two values in the excel to be assigned to these two variables.
Variable Value
File_name file_a
File_path “c:aa.txt”
So I can use these variables in other tasks. But the input must be from the excel sheet. Can anyone help me to do this task?
Thank you.
