Add your files
Drop one XLS or two hundred. Batch conversion is not a paid feature here.
An old workbook from an archive or a legacy system has to work in current Excel or Google Sheets without compatibility warnings.
The binary BIFF file is rewritten as a ZIP of XML parts. The 65,536 row and 256 column limits of the old format are lifted to 1,048,576 rows and 16,384 columns, and the file usually shrinks considerably.
Macros do not survive. XLSX is defined as macro-free, so any VBA in the original is dropped, and preserving it means converting to XLSM instead. Old workbooks with automation are exactly the ones most likely to have it.
Yes. The formula language is unchanged. Only functions added after the original file was written might display differently in old readers.
It is a ZIP archive internally, and XML compresses very well. Halving the size is normal.
Drop one XLS or two hundred. Batch conversion is not a paid feature here.
Excel Workbook is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.