Skip to content

Turn Excel Into Clean JSON. Nested. Typed. Offline.

Excel2JSON converts Excel and CSV files to developer-ready JSON on your own PC. Headers like customer.name become nested objects, not another flat dump. Nothing is uploaded.

  • Nested objects and arrays, straight from your headers
  • Objects, NDJSON, arrays, cell map, CSV: 7 output formats
  • Your files never leave your PC

10 free conversions, everything unlocked. No credit card, no sign-up. Windows 10 & 11.

0
Files uploaded, ever
7
Output formats, incl. NDJSON
$29
Once. No subscription
14 days
No-questions refund

Your headers describe the structure. Excel2JSON builds it.

Every free converter dumps flat rows and leaves the real work to you. Put dots and brackets in your headers, and Excel2JSON emits the JSON your code actually wants.

Your spreadsheet
idcustomer.namecustomer.citytags[0]tags[1]active
A-101Alpenglow GmbHKölnretaileuTRUE
A-102Cobalt RetailWienb2bFALSE
Excel2JSON output, nested mode
[
  {
    "id": "A-101",
    "customer": {
      "name": "Alpenglow GmbH",
      "city": "Köln"
    },
    "tags": ["retail", "eu"],
    "active": true
  },
  …
]

Convert on your PC, not on someone's server

Web converters want your workbook uploaded first, and then hand back flat rows with the types guessed wrong. Excel2JSON does the whole job on your own computer.

Free web converters
  • Your workbook goes to a server you do not control
  • Flat rows only: nesting is your problem
  • Types guessed wrong: ID 007 becomes the number 7
  • One small file at a time, first sheet only
  • Copy, paste, repeat, for every single export
Excel2JSON
  • Everything happens on your PC, offline
  • Nested objects and arrays from dot and bracket headers
  • Per-column types: 007 stays "007", TRUE becomes true
  • Any file size, every sheet, or just the range you select
  • NDJSON for pipelines, camelCase keys for your API

What you need

A Windows PCWindows 10 or 11
Not even ExcelThe reader is built in. Files from Excel, LibreOffice, PlanMaker or Collabora all open without their apps installed
Not even an internet connectionIt converts offline. You only go online to activate a license

In and out

Every common spreadsheet format in, developer-ready data out. Or skip files entirely and paste copied cells from any spreadsheet app, Google Sheets included.

Opens
  • XLSX
  • XLSM
  • XLSB
  • XLS
  • ODS
  • CSV
  • TSV
  • TXT
  • Pasted cells

Multi-sheet workbooks, semicolon CSVs, UTF-16, cached formula results: all handled.

Produces
  • JSON objects
  • Nested JSON
  • NDJSON
  • Arrays
  • Headers+rows
  • Cell map
  • CSV
  • TSV

Pretty or compact, copied to the clipboard or saved as a file.

Shapes
  • customer.name
  • tags[0]
  • camelCase
  • snake_case
  • Text
  • Number
  • Boolean
  • Date

Nesting from headers, key transforms, and per-column type control.

What you can do

Your files never leave your PC

Most converters are websites: you upload the payroll workbook and hope. Excel2JSON is a program on your computer. There is no upload, because there is no server.

  • Nothing is uploadedEvery conversion runs on your computer. Not even I can see your files.
  • No account, no trackingInstall it and use it. The free conversions need no sign-up, and the free tier makes no network requests at all.
  • Works with the cable pulledConvert offline if you like. The app only goes online to validate a license key, and that request never contains your data.
A blue shield with a check mark

What people convert for

JSON is the format your code, your API and your tools speak. The data, though, keeps arriving as spreadsheets. Excel2JSON is the bridge, without a script and without an upload.

Seed data and fixturesReference tables, test fixtures and demo content, shaped like your models thanks to nested mode.
Config and contentProduct catalogs, translations, settings: maintained by the team in a sheet, consumed by the app as JSON.
Pipelines and importsNDJSON goes straight into bulk-import endpoints, log tooling and streaming jobs, one object per line.
"Can you send that as JSON?"When the developer asks, you answer in a minute, with the keys and types they wanted, not a mangled export.

Honest feedback from real users

★★★★★

Responsive and open to feedback

“Impressed with both the products and the support. Very responsive to questions and open to improvement suggestions. I've purchased several tools and been happy with all of them.”

John

See review
★★★★★

Fantastic support

“Had a question and got a helpful reply within hours. Really solid support. Highly recommend.”

Gary S.

See review
★★★★★

An awesome program and creator

“Not only does the developer respond directly to your questions, he actually acts on them. I made a feature request and it was implemented the next day. That kind of dedication is rare.”

Pay once, use it forever

Try it free on your own files. When you want more, one payment unlocks unlimited conversions. No subscription, ever.

Free
$0
to try it on your own files
  • 10 conversions, everything unlocked
  • Nested mode, NDJSON, types, key transforms
  • All formats, any file size
  • No account, no sign-up
  • Updates through the Store
Download from the Microsoft Store
Most popular
Single User
$29
once, yours forever
  • Unlimited conversions
  • Nested mode, NDJSON, types, key transforms
  • All formats, any file size
  • 1 user, up to 3 PCs
  • All future updates, priority support
Get Single User
Team
$99
once, for the whole team
  • Unlimited conversions
  • Nested mode, NDJSON, types, key transforms
  • All formats, any file size
  • Up to 15 users
  • All future updates, priority support
Get Team

14-day refund, no questions asked. If it is not for you, email me and you get your money back.

Frequently asked questions

Yes. Every install includes 10 free conversions with everything unlocked, nested mode and NDJSON included, so you can try the real app on your own files before paying. Install it from the Microsoft Store and enter a license key whenever you are ready. For a quick one-off file there is also a free online converter on this site, one small file at a time.
Name your columns the way you want the JSON shaped: customer.name and customer.city become a nested customer object, tags[0] and tags[1] become a tags array, and you can combine them as deep as you need (a.b[2].c). Ordinary headers stay ordinary flat keys, so you can mix freely. The nested mode guide walks through it.
In: XLSX, XLSM, XLSB, XLS, ODS, CSV, TSV and TXT, or cells pasted from any spreadsheet app, Google Sheets included. Out: JSON objects (flat or nested), NDJSON, rows as arrays, headers + rows, an A1 cell map, plus CSV and TSV. Multi-sheet workbooks, semicolon CSVs and UTF-16 files all work.
Yes to both. Excel2JSON runs entirely on your computer: no file is uploaded and no internet connection is needed to convert. The only request the app ever makes is validating a license key, which sends the key and a device name to my server and nothing else. On the free tier it makes no network requests at all. Details in the privacy policy.
Yes: set that column's type to Text and 007 stays "007". The same panel forces Number, Boolean (TRUE/yes/1 become real booleans) or ISO Date per column, and the coercion is deliberately lenient: a value that does not parse keeps its original value instead of silently becoming null.
No. Online converters usually stop at a few megabytes; Excel2JSON reads files of any size. Very large sheets are shown 200,000 cells at a time so the grid stays fast, whole rows kept.
No. The spreadsheet reader is built into the app, so files from Excel, LibreOffice, OpenOffice, SoftMaker PlanMaker or Collabora Office open without any of those installed. Formula cells show their last calculated value.
No. Excel2JSON needs Windows 10 or 11. It does run inside a Windows virtual machine on a Mac (Parallels, VMware Fusion, UTM). For single files on any device, the free online converter works in the browser.
A Single User license covers up to 3 of your own PCs, for example a desktop, a laptop and a work machine. The Team license covers 15 users with one key. You manage your devices yourself in your account. Need more seats? Email me.
For five rows, go ahead. For anything real it gets in the way: you upload your data to a third party, long tables get truncated or silently rewritten, numbers come back subtly wrong, and you re-do the upload for every change. Excel2JSON is deterministic: the same file produces the same JSON every time, locally, with types you chose.
Web tools are fine for a small one-off file, which is why I run one myself. The desktop app earns its keep the moment your data is confidential (nothing is uploaded), big (no size cap), repeated (load, select, copy), or when you need shape: nested objects, NDJSON, per-column types and key transforms are things a stateless web page does not do.
The documentation covers every option, the app's About dialog links straight to support, and you can always email sven@pythonandvba.com. I reply myself, usually within 24 hours.
Yes, 14 days, no questions asked. Email me at sven@pythonandvba.com.
Sven Bosau

Still have a question?

I’m Sven, the developer, and I usually reply within a day.

Please enter your first name.

Please enter a valid email address.

Please write a little more (at least 10 characters).

Your email is only used to reply. No newsletter.

Get clean JSON in a minute

Nothing to configure. Drop a file, select a range, copy JSON. 10 conversions on the house.

Try Excel2JSON for free