‹ Back
{ }

Excel to JSON

Turn a spreadsheet's first row into keys and export the rest as JSON.

📊Tap to choose an .xlsx fileor drop it here

    Conversion happens on your device. Files are never uploaded.

    How it works

    1. 1Choose an .xlsx file.
    2. 2Convert — the first row becomes the JSON keys.
    3. 3Download the .json file.

    About this tool

    Turn a spreadsheet into an array of JSON objects, using the header row as each object’s keys — handy for feeding spreadsheet data into an app, API, or script. Conversion runs entirely in your browser.

    Which row becomes the JSON keys?

    The first row of the first sheet is used as the property names for every row after it.

    What happens with empty header cells?

    Empty header cells are automatically named col1, col2, and so on.

    Does it read every sheet in the file?

    Only the first sheet is converted.