I have an input file - which has several sheets (for each country in APAC) and these sheets have the same column titles. I tried to input/read all these sheets of the same columns and the below error messages appear for 10 out of the 14 sheets:

I did a check and found that at least two columns are detected as different datatypes:
- V_WString vs V_String
- V_String vs Double
Is there a way to format all the columns of all the 14 sheets before I read/combine all of them together?
Thank you in advance!!