Document format

NUMBERS converter

A .numbers file is a spreadsheet from Apple Numbers, which treats each sheet as a free-form canvas that can hold several tables, text boxes, and charts at once. Internally a modern .numbers file is a ZIP of Apple's binary IWA streams, not anything XML-based.

Private for supported formats — processed in your browser

Convert supported files

Runs on your device

Drop NUMBERS files here

Batch files can each use a different output. Nothing uploads for local conversions.

Working inputs include camera RAW, browser-local audio/video, PDF, CBZ/CBR comics, office documents, ebooks, markup, 3D models, structured text, images, and archives.

Where NUMBERS comes from

Apple introduced Numbers in 2007 with iWork '08, deliberately rethinking the single-grid spreadsheet model around a layout canvas. Along with the rest of iWork it adopted the Snappy-compressed Protocol Buffer encoding in 2013, which no other vendor has fully implemented since.

How NUMBERS works

  • Each sheet is a canvas; tables are floating objects on it, so there is no single A1 grid per sheet.
  • Data is serialized as Protocol Buffer messages inside Snappy-compressed .iwa files with an unpublished schema.
  • Tables max out at 1,000,000 rows and 1,000 columns — smaller than Excel's grid.
  • Packages normally embed a QuickLook preview image, which is all most non-Apple software can display.
  • The schema has since been reverse-engineered well enough to read table values, which is how this site decodes a .numbers file locally into rows without Numbers installed.

When to use NUMBERS

  • Personal budgets and lightweight data work on Apple devices.
  • Collaborative sheets shared through iCloud.
  • Chart-heavy one-page reports where layout matters as much as data.
  • Data entry on iPad with touch-friendly forms.

Strengths and limitations

Strengths

  • Free on every Mac, iPhone, and iPad.
  • The multi-table canvas suits dashboards and report layouts unusually well.
  • Exports to .xlsx and .csv directly from the app.

Limitations

  • Internals are proprietary and undocumented; every non-Apple reader, including the one here, relies on reverse engineering, so charts, styling, and formulas do not survive a conversion — only the table values do.
  • The free-canvas model means one sheet can hold several tables, which flattens awkwardly into a single grid.
  • Weaker than Excel for very large datasets and heavy formula work.
  • On Windows the only route to editing one is the iCloud.com web app.

Compatibility

Numbers documents open on macOS, iOS, and iPadOS, plus any browser through iCloud.com. No Windows or Linux desktop application reads the format natively, so exports to Excel or CSV have long been the practical bridge — or a browser-local conversion like this one, which reads the tables without any Apple software involved.