Excel to CSV
Formulas are exported as their last calculated value, not the formula. Only the first sheet comes across, and cell formatting is gone.
Loading converter
What survives the conversion
Derived from what each format is able to store, not from what the conversion promises.
Kept
- Row and column values
Lost
- Formulas
- Multiple sheets
- Cell formatting
- Column types
First worksheet read with SheetJS and written as RFC 4180 CSV.
Not for a workbook with multiple sheets or live formulas. You will lose both.
About these formats
Common questions
Does converting Excel to CSV lose anything?
Yes. Formulas, Multiple sheets, Cell formatting, Column types cannot be carried into CSV and are dropped. Formulas are exported as their last calculated value, not the formula. Only the first sheet comes across, and cell formatting is gone.
Are my files uploaded when I convert Excel to CSV?
No. The conversion runs in your browser tab, so the file is never transmitted and the page works offline once loaded.
What settings does Filoven use for Excel to CSV?
First worksheet read with SheetJS and written as RFC 4180 CSV.
When should I not convert Excel to CSV?
Not for a workbook with multiple sheets or live formulas. You will lose both.
Related conversions
This page uses the CSV ⇄ Excel, which handles other formats too.
Last updated 2026-08-03