Add your files
Drop one XLSX or two hundred. Batch conversion is not a paid feature here.
Data from a spreadsheet has to be imported into a database, a CRM, an accounting package or a script that only reads CSV.
One worksheet becomes one text file of delimited rows. Formulas are replaced by their last calculated values, and formatting, charts, merged cells and multiple sheets are all discarded.
CSV has no types, so everything is re-interpreted by whatever opens it next. Leading zeros in postcodes and account numbers disappear, long IDs turn into scientific notation, and dates get reformatted according to the reader's locale rather than yours.
One per file. A multi-sheet workbook produces several CSVs, because the format has no way to hold more than one table.
Import the CSV through Data, From Text rather than double-clicking it, and mark those columns as Text in the wizard.
No. CSV stores values only. The last computed result is what you get.
Drop one XLSX 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.