Forum Discussion
TheTallman
Jul 04, 2021Copper Contributor
Excel - Using jSON file in excel with customization
Hi All, In my one of the project, I need to use jSON file in excel in following manner so that I can tie up its columns with excel data. For example - In my workbook there is a TAB like this .. ...
Riny_van_Eekelen
Jul 04, 2021Platinum Contributor
TheTallman Seems to be more appropriate to use Power Query for this. Query and parse the selected JSON file and query your Excel table. Then merge them and load back into Excel. Exactly how? That depends on your real files, and my guess is that it's going to easier than with VBA. Are you familiar with Power Query?
TheTallman
Jul 04, 2021Copper Contributor
Thanks Riny_van_Eekelen ! I'm not familiar with Power Query and also I'm making it for end user so can we make it automate in same way as i defined .
- Riny_van_EekelenJul 04, 2021Platinum Contributor
TheTallman Can't answer that question if you don't upload realistic examples of your files, but I believe it can be made in a way that is similar to what you require.
- TheTallmanJul 04, 2021Copper Contributor
Riny_van_Eekelen I uploaded sample files. can you please help how i can move forward with discussed approach.