JSON to Excel tool

Convert JSON data to Excel format files.

The converted Excel file can be downloaded and saved locally.

The converted Excel file will have the field name of the first row as the Excel header.

An example of the default JSON format is:

[{"field1":"value1"},{"field1":"value1"}]

If it is not in the default format, enter the fields you want to extract in the Path input box. Multi-level paths are separated by English characters (.).

For example:

{"data":[{"field1":"value1"},{"field1":"value1"}]}

Enter data in the path to extract the data under data.