How to input value from Excel to Xaml as type into?
example) I input “5” in excel, then “5” could be input to XAML as type into
How to input value from Excel to Xaml as type into?
example) I input “5” in excel, then “5” could be input to XAML as type into
Welcome to forums
Use Read Range activity-> Give path of your Excel File
Use For Each Row to iterate into datatable
Create a variable which can store the excel value
For your reference, you can check as below for videos
Also this with different usecase
Hope this helps you
Thanks