Like I have json like:
json_data = [ { "name": "Bharathi", "age": 20, "college": "" }, { "name": "Arun", "age": 22, "college": "ABC University" } ]
this excel formate
in row vise : name | age | college
or in coloum vise :
name
age
college
or the order may vary
age | name | college ,
or name | college | age
or age | college | name
I need a solution to fix this issue
New contributor
BHARATHI S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.