Add your files
Drop one NUMBERS or two hundred. Batch conversion is not a paid feature here.
Data from a Mac spreadsheet has to be loaded into a system that only reads CSV.
The table cells are written out as delimited rows. Formulas become their computed values and all styling is discarded.
Because Numbers allows several tables on one sheet, the conversion has to decide what a row is. Tables are exported separately rather than merged, so a sheet with a summary table above a data table produces two files, not one.
Each one, separately. Merging them would produce rows with mismatched columns.
Numbers marks header rows explicitly, so they are preserved as the first row of the CSV.
Drop one NUMBERS or two hundred. Batch conversion is not a paid feature here.
Comma-Separated Values is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.