I'm working on making json from excel files,my excel is in this format as in image. I'm able to convert the excel file to json but it's not right, i'm getting jumbled data. i want a json string of { "aa": "ff" ,"vv" : "hh","employee role" : "xx", "date" : "","description" : "yy" }
I'm kinda lost the flow, can somebody give a push.
Thanks in advance. cheers.