JSON to Excel

Paste a JSON array of objects below and download it as an Excel .xlsx workbook — one column per key, one row per object. Nested values are written as JSON.

An array of objects, e.g. [{"name": "Alice"}, {"name": "Bob"}].

Related tools

  • JSON formatter — Validate, pretty-print, or minify JSON. Optional sort keys, choice of 2-space/4-space/tab indent.
  • CSV to JSON — Convert CSV text into a JSON array of objects. Auto-detects delimiter; handles headers, empty values.
  • JSON to CSV — Convert JSON arrays or objects into CSV. Optional flatten of nested keys; choice of delimiter.