Step-by-step instructions
- 1
Upload your XLSX file
Select your .xlsx or .xls file. If the spreadsheet has multiple sheets, the converter typically exports the first (active) sheet as CSV. Note which sheet contains the data you need.
Go to converter - 2
Choose CSV as output format
Select CSV. You may be able to choose the delimiter (comma, semicolon, tab) and encoding (UTF-8 with BOM for Windows Excel, plain UTF-8 for everywhere else).
- 3
Download and inspect the CSV
Open the CSV in a text editor to verify columns are correctly separated and special characters (accents, quotes in cell data) are properly escaped. Then import into your database or data tool.
Why convert XLSX to CSV?
XLSX is great for humans to look at in Excel; CSV is great for machines to read. Converting XLSX to CSV is the first step in virtually every data pipeline that starts with a spreadsheet.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
How do I convert a specific sheet from XLSX to CSV?
Special characters are garbled in my CSV — how do I fix encoding?
My XLSX has formulas — will CSV preserve them?
No account. No upload. Works in any browser.