What changes when you convert Excel to CSV?
Excel and CSV represent structured data differently. Column types, nested values, attributes and empty cells may need checking after conversion.
- The source and target formats are fixed by this page, and one file is processed at a time.
- Open the finished CSV file and check fine details, layout and compatibility in the app where you plan to use it.
Source formatWhat is a Excel file?
Excel (XLSX) is the spreadsheet format used by Microsoft Excel. It stores data in rows and columns with formulas, charts and multiple sheets, and is the standard for budgets, reports and any tabular or numerical data.
How to open a Excel file
Excel files open in Microsoft Excel, Google Sheets, LibreOffice Calc and free spreadsheet viewers on most devices.
Output formatWhat is a CSV file?
CSV (Comma-Separated Values) is a simple, universal text format for tabular data. Each line is a row and commas separate the columns, which makes it easy to move data between spreadsheets, databases and almost any program.
How to open a CSV file
CSV opens in Excel, Google Sheets, LibreOffice Calc, or any plain-text editor.