Excel sheet data into Dictionary variable

Hi All,
I’ facing an issue to add data into dictionary variable.I have an excel sheet i want to store that data into a Dictionary variable but i’m getting more errors while working on this. I want this to work exactly like REFramework config file. I have done some part but next i’m getting errors.
I’m using Modern design and C#

Dictionary_file.zip (132.3 KB)

Hi,

Can you try to modify it as the following?

image

Config[CurrentRow["Name"].ToString()] = CurrentRow["Value"]

Regards,

1 Like

Thanks @Yoichi It is working

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.