Hi,
I need to write data in excel file from dictionary(key, value) both key and value are string type.
Conditions are,
My excel sheet already have some data.
I have to match key of a dictionary to excel header and write dictionary value into same column below the existing data.
thanks in advance