This week’s poll is dead simple. Just tell me since how many years you are using Excel.
I will go first: I have first started using Excel in year 2003 to keep track of my MBA entrance exam preparation. It helped me a lot in recording practice test scores, listing all the mistakes I made and eventually I was able to score very well in one of the toughest exams in India.
So my Excel age is 8 years.
What about you? How long have you been using Excel?
Just post your Excel age in comments. Go!
Check out previous polls.
PS: I am planning to visualize the results in a chart. So please respond.















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.