How to Convert Numbers to Excel
The budget, the invoice, the class marks — sent to you as a .numbers file by someone who has never had to think about it, because on their Mac it just opens. On Windows it is an unknown file type, and Excel treats it as if it were noise.
Converting it to .xlsx gives you a normal spreadsheet with normal cells and working formulas, in about ten seconds.
Why Excel refuses
Numbers is Apple’s spreadsheet app, free with every Mac, iPhone and iPad. Its native .numbers file is not a document in the way .xlsx is — it is a package, a folder macOS presents as a single file, holding the sheet data plus previews and images.
Since 2013 the data inside is stored in a compressed binary encoding of Apple’s own, not in any documented spreadsheet format. Excel has no reader for it and never will. This is not a version problem you can solve with an update.
Convert Numbers to Excel, step by step
- Open the converter. Go to the Numbers to Excel tool and drop the
.numbersfile in. - Convert. Our server reads the iWork package with LibreOffice and writes a standard
.xlsxworkbook. - Download and open it in Excel, Google Sheets, LibreOffice or whatever your workflow uses.
No Mac, no Apple ID, no iCloud account, nothing to install.
The multi-table trap — the one real difference
This catches people out, and it is a design difference rather than a conversion bug.
In Excel, a sheet is a grid. In Numbers, a sheet is a canvas that can hold several independent tables side by side, plus charts, text boxes and images placed anywhere you like. It is closer to a page layout program that happens to do arithmetic.
Excel has nowhere to put that. When a Numbers sheet with three tables becomes an Excel sheet, those tables have to be laid out on one grid — typically stacked, with the spacing chosen for you. Everything is there; the arrangement is not what you drew.
The practical advice: after converting, look at each sheet once and confirm which block of cells is which table. If a file is heavily laid out with many small tables, consider asking the sender for CSV per table instead.
What else changes
- Formulas. Standard functions — SUM, AVERAGE, IF, VLOOKUP and the rest — carry across, because both apps implement the same conventional function set. Numbers-only functions and features like categories have no Excel equivalent and may arrive as values.
- Cell references across tables. Numbers references cells by table name; Excel by sheet and coordinate. Cross-table formulas are the most likely thing to need a look.
- Charts. Usually convert, sometimes restyled. Check that the data range still matches what you expect.
- Conditional highlighting and number formats. Common rules convert; exotic ones simplify.
- Password-protected files will not convert. Encryption cannot be bypassed from outside — remove the password in Numbers first.
Because Apple changed the iWork format in 2013 to an undocumented binary encoding, open tools read it by reverse engineering. Data and formulas are the well-supported part; elaborate presentation is where fidelity drops. That is the honest picture.
The one-message fix
If the sender is still reachable, this ends the problem permanently: File › Export To › Excelin Numbers. Apple’s own exporter knows the document’s internals perfectly, so it is always the most faithful conversion available — and it makes their own multi-table decisions explicit. Most Mac users have no idea their files are unreadable elsewhere; Numbers never warns them.
Do you actually need Excel — or just the data?
If you are importing into a database, a script or an accounting system, you may not want a workbook at all. Convert to .xlsx first, then Excel to CSV for plain rows — that guide covers the encoding and delimiter pitfalls worth knowing.
If you only need to read, print or file the numbers, Excel to PDF freezes the layout and removes any argument about who has which app.
The rest of the iWork family
.pages documents convert with Pages to Word, and .key presentations with Keynote to PDF. Same package structure, same reason Windows cannot open them — explained in more detail here.
Is it private and free?
Reading Apple’s spreadsheet package needs a real office engine, so this converter runs on our secure server rather than in your browser. Your file is uploaded over an encrypted HTTPS connection, converted in an isolated workspace, and deleted automatically the moment the XLSX is sent back— nothing stored, logged or shared. Free: no watermark, no sign-up, no daily limit, files up to 100 MB.
For a workbook of genuinely sensitive financial or personal data, exporting on a Mac keeps the file on that machine, and that is the more cautious choice.
Frequently asked questions
Will my formulas still calculate? Yes for standard functions. Recheck any formula that referenced another table by name, since that concept does not exist in Excel.
Can I open .numbers without converting? Through iCloud.com with an Apple ID — upload it to Numbers for iCloud in a browser and export. Without an Apple ID, conversion is the practical route.
Does it handle multiple sheets? Yes, all sheets convert with their names and order.
Why does my Excel file look messier than the original? Almost always the multi-table canvas described above. The data is intact; the arrangement was translated.
Can I convert Excel back to Numbers? No need — Numbers opens .xlsx natively. The incompatibility runs one way only.
Open that spreadsheet now
Drop it into the Numbers to Excel converter and get a working workbook in seconds — free, watermark-free, and deleted right after.

Written by S.R. Shohan
Healthcare Software Developer who builds hospital and laboratory systems in .NET — and the developer behind every tool on Toolerax. Each guide is written alongside the tool it explains and checked against how that tool actually behaves. More about S.R. Shohan