@Vaha
Yes, i can recall the same as i also came across this type excel in usecase. So, for these kind of pre-formatted cells, their positions won’t change for their respective field names. Like Job start Date and it’s textbox.
What i can suggest you is that please note down their exact Range numbers F11, F15 etc.
Use read cell activity and directly pass the range number in that, create variables for each value( Job start date etc) and pass those variables in the output.
Once you retrieve all values for one file, at last use add queue item activity to add data. Instead of using row(“Column Name”).ToString in arguments, pass the variable names.
This should work for you. Let me know for any further query.