Guide
How to Open an XLSX File Without Excel (on Windows)

Opening an XLSX file without Excel is a more common problem than the document equivalent, because Windows ships with no spreadsheet application at all. There is no built-in fallback the way WordPad once was for documents.
The short answer
- Just need to read the numbers? Convert to PDF or CSV. Both open in software you already have.
- Need to work with it? LibreOffice Calc (free, installed) or Excel Online (free, browser, Microsoft account).
- Feeding it into something else? Convert to CSV — that is what the receiving system almost certainly wants anyway.
What an XLSX actually is
Like DOCX, an .xlsx file is a zip archive of XML. Rename it to .zip and
you can see the sheets, the shared strings table and the styles as separate files.
Two consequences:
- The row ceiling is 1,048,576 per sheet, against 65,536 in the old binary
.xls. If you have hit a limit at 65,536 rows, you are on the old format — see XLS to XLSX. - Macros live in
.xlsm, not.xlsx. A plain XLSX cannot carry them, which is a real if partial safety improvement over legacy formats.
The free options, honestly
LibreOffice Calc. Free, capable, opens and saves XLSX, and handles most formulas correctly. Very complex workbooks — heavy conditional formatting, pivot tables, macros — can behave differently, so treat it as excellent for reading and ordinary work, and verify before relying on a converted model.
Excel Online. Free in a browser with a Microsoft account. Fidelity is the best of the free options because it is Microsoft's own engine. The costs are the account, the upload to OneDrive, and needing to be online. For a workbook of financial data, the upload is the part to think about.
Google Sheets. Free, imports XLSX, and will reformat things. Fine for reading, unreliable for anything with elaborate formatting.
Converting. Often the right answer, because "open this XLSX" usually means one of two much narrower jobs: read these numbers or get this data into another system. Neither needs a spreadsheet application.
Converting, and which target to pick
- XLSX to CSV — for data going into a database, a script or another application. BizTray writes one CSV per sheet, named after the sheet, rather than silently exporting only the first one. That single behaviour is the most common way spreadsheet exports lose data.
- XLSX to PDF — for reading, printing or sending a fixed snapshot. Every sheet is included, not just sheet one.
- XLSX to JSON — for anything that speaks JSON, with the header row becoming the object keys.
The spreadsheet and data paths need no engine download — they are handled directly, so these conversions work immediately after install and fully offline.
One caveat worth stating: CSV holds values, not formulas. Converting writes out the numbers as they currently stand. That is usually what you want when handing data to another system, and is a real loss if you needed the model.
The safety angle
If you have been sent an unexpected spreadsheet, converting is also the cautious way to look at it. Converting reads the data out without opening the workbook in an application that could act on what it contains. You get the figures; nothing in the file gets to do anything.
Doing it on your own machine
The Office Converter handles XLSX in and out with no row cap, no file-size ceiling, no watermark and no account. Multi-sheet workbooks enumerate properly. Nothing is uploaded — which matters, because spreadsheets are where the financial data lives.
A whole folder of exports converts in one run.
A note on why this is free
BizTray shares a portion of your spare internet bandwidth through a vetted partner rather than charging you. It relays other parties' web traffic and never touches your documents. Sharing is switchable off from Settings or the tray, and the tools do not run while it is off. See How it's funded.
Related
- XLSX to CSV — every sheet, not just the first.
- XLSX to PDF — a readable, printable snapshot.
- How to open a DOCX file — the document version of this problem.
Do it the easy way with BizTray's Office Converter
DOCX, DOC, ODT, XLSX, XLS, PPTX, CSV, JSON, plain text and images — convert between them without a subscription or an upload. Multi-sheet workbooks enumerate properly instead of silently losing everything after sheet one. Learn more about Office Converter.