My life in a mini-feed – face book style. (you need to read it from bottom)
PS: inspired from facebook mahabaratha at Jalsa & Jilpa. Also refer to Javascript trick to edit a web page.
Also read: Recipe of my life | getLatestUpdates() | my life in xml















One Response to “Easily Convert JSON to Excel – Step by Step Tutorial”
Great guide! You mentioned that "Power Query in Excel offers a quick, easy and straightforward way to convert JSON to Excel." This is very true for simple structures. For those dealing with deeply nested JSON that Power Query struggles with, I've found a few tips helpful: 1) Flatten the JSON structure before importing if possible, 2) Use Python for more complex transformations as you suggested.