Example json file with a list of items - productlist.json
- Open New workbook in Excel 2016
- Go to Data tab
- Select New Query
- Go to From Other Sources and select Blank Query
- Open Advanced Editor and replace the double quotes "" with
Json.Document(File.Contents("C:\Users\elephantatech\Documents\productlist.json"))
the query should now show the following
let
Source = Json.Document(File.Contents("C:\Users\vivek.mistry\Documents\users.json"))
in
Source
- from the tranform tab Select totable
- on the table column title click on the icon to expance the column
- click on Close and load
you should now see a table loaded from the json file