All-in-one online tools for smart work

JSON to Excel

Convert JSON data to Excel spreadsheet

← Back to Office

How to Use

  1. Paste your JSON string or upload a JSON file
  2. Click "Parse JSON" - the tool will automatically find the first array in your JSON
  3. Review the data preview (first 10 rows)
  4. Click "Download Excel" to export all data to an Excel file

Example JSON format:

{
  "code": 0,
  "message": "ok",
  "data": {
    "list": [
      {"name": "Alice", "age": 30, "city": "New York"},
      {"name": "Bob", "age": 25, "city": "Los Angeles"}
    ],
    "total": 2
  }
}

The tool will find data.list array automatically.