en

XLS to CSV

Convert an old Excel file (.xls) to CSV locally - each sheet separately, no upload.

Running locally on your device ...

Delimiter
  • Comma
  • Semicolon
  • Tab

Running locally on your device ...

0%

Is my file uploaded?

No. Everything runs in your browser - your file never leaves your device. How this is verifiable

No upload100% local
Your content stays with youno third-party access
Hosted in GermanyGlobal Content Delivery
Independently auditedTLS A+ · HTTP headers A+

Old .xls exports from retired point-of-sale systems, payroll tools or archived folders usually cannot be fed directly into modern analysis scripts, database importers or statistics software - most tools today expect plain CSV instead of the binary BIFF format. This tool reads the .xls workbook in your browser and writes each sheet out as its own CSV file.

Every cell is written with exactly the text the source application displayed - a percentage comes out as "12.5%", not as the raw fraction. With several sheets, the tool automatically bundles all the CSVs into one ZIP archive, so a single download is enough.

Plainly stated: CSV has no concept of formulas, formatting or charts - a formula becomes its last calculated result, fonts and colours drop away entirely. For carrying plain data on into another system, that is exactly the right reduction.

Specifications

Specifications
Input formatsXLS
Output formatCSV
Batch processingNo
ProcessingLocally in your browser (JavaScript)
File uploadNone

In 3 steps

  1. Drop or pick your legacy Excel file (.xls).
  2. The tool converts each sheet to CSV locally.
  3. Download the CSV (or a ZIP for multiple sheets).

Limitations: Each sheet lands as its own plain-values CSV; formulas become their last result. Font styling, charts and macros from the .xls file are necessarily lost in the process. Encrypted, password-protected .xls files are not read.

FAQ

Is my file uploaded?

No. The conversion runs entirely locally in your browser - nothing is sent anywhere.

What happens with multiple sheets?

Each sheet becomes its own CSV; you get them all bundled as a ZIP.

Are my formulas kept?

CSV stores values only - formulas become their computed result.

Does this work with password-protected .xls files too?

No, an encrypted file is rejected with a clear message. Remove the password in the source application first.

Related tools

XLS to XLSX · ODS to CSV · ODS to XLSX · XLSX to CSV · Split CSV · Split XLSX