Hi Team,
I want to read a config file.xlsx as Key value pair how to do it Please Help!!
Hi Team,
I want to read a config file.xlsx as Key value pair how to do it Please Help!!
Use the read Excel Activity and then assign the Values to your keys by using something like:
dt_settings.Tables(0).Select(âname = âsettingsKEYââ).First()(âsettingsVALUEâ).ToString
Greetings Marvin
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.