0

How to loop a <List<Dictionary<string, object>>> of Json.net to convert an excel file using EPPUS

var resposneJson1 = JsonConvert.DeserializeObject<List<Dictionary<string, object>>>(parametroJson);

I have to retrieve the names of the fields to create the excel headers and then create the rows with the values.

My dictionary

ararb78
  • 1,137
  • 5
  • 19
  • 44

0 Answers0