Studioのエクセル読込時の数値変換について

So you want to read values from Excel and convert Age value to integer right ?

1.Use Cint when you utilise the value within the loop
2. you could also use build data table activity to create a numeric column and assign age values to it.
3. Refer this post: Change format excel? - Help / Activities - UiPath Community Forum
4. You can also try to use Preserve format to true in read range to see if it interprets it as Number