Convert Json to csv and csv to Json in Excel VBA

added by JavaScript Kicks
10/26/2017 8:23:20 AM

2328 Views

I recently received a query on how to convert JSON to CSV. Usually, If the JSON file is small or has a simple structure then I would use any of the online converters to quickly convert it to CSV. But if the JSON is complex or needs more customizations then I would convert it using VBA.


0 comments