OfficeM8

Convert CSV to Numbers

Turn a CSV file into an Apple Numbers (.numbers) spreadsheet.

Up to 10 MB.

How it works

  1. Drag and drop your CSV (.csv) file below.
  2. Click Convert to download the spreadsheet.

What this tool does to your file

The CSV becomes an Apple Numbers spreadsheet with each value in its own cell. The delimiter is sniffed rather than assumed: comma wins ties, but semicolon is accepted too, because Excel writes semicolon-delimited CSV in every locale whose decimal separator is a comma — Hungarian among them — and parsing such a file as comma-delimited yields one column holding each entire row as text. Numeric coercion is deliberately narrow, matching only a plain optionally-negative decimal, so leading-zero product codes and long identifiers stay as text instead of being silently converted. A file that turns out to be binary wearing a .csv extension is rejected rather than parsed into nonsense. CSV uploads are capped at 10 MB whatever your tier, because a dense CSV costs far more as cells than it did as bytes.

What happens to your files

All tools