Question Load Excel data into Dictionary

ram_rocks

Active member
Joined
Jun 14, 2021
Messages
27
Programming Experience
1-3
Hello,

Eg: I have an excel data as below
1648995689863.png


I am trying to load data into dictionary First column as a Key and Second column (list of strings) as a Value
first column S1 need to have Info1, Info2
Whenever there is a string in data column from there I need to check the corresponding group column and load strings into dictionary and once I find the string again in data column then need to store different key.
Can someone please help me with the logic. I tried from my end but the list is getting overwritten.
 
Show us what you have tried.
 
Back
Top Bottom