Skip to content

Free toolsDocuments

Numbers to Excel

Every sheet and table of a .numbers file, as an Excel workbook that opens anywhere.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert Numbers to Excel

  1. Drop the .numbers file.
  2. Nothing to choose.
  3. Press Convert and download the workbook.

What happens to your file

LibreOffice Calc reads the Numbers package through libetonyek; each Numbers table becomes a range on its sheet, values and cell formats come through, and formulas are kept where Excel has the same function.

Charts, pivot-style summaries and Numbers-only functions become their values; a sheet with several tables lays them out one below another.

Questions

Are formulas kept?

Common ones (SUM, AVERAGE, IF, VLOOKUP…) are; a function only Numbers has becomes its last computed value, so the numbers are right even where the formula is gone.

Older Numbers files (’09)?

Not yet. Export from Numbers if you have a Mac.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "convert",
    "options": {
      "to": "xlsx"
    }
  }'

The same operation, convert — Documents into another document format: Office, text and HTML to PDF by default, or by `to` into docx, odt, rtf, txt, html, xlsx, ods, csv, pptx, odp, md or epub (Markdown and EPUB through pandoc). Images to WebP. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.