Enter CSV (or upload CSV file) and click 'Convert' to get Excel file.
A valid CSV input has a header row with column names, followed by data rows. Values must be separated by commas and each line represents a new record. For example:
tool,category,platform Excel,Spreadsheet,Windows Google Sheets,Spreadsheet,Web LibreOffice Calc,Spreadsheet,Cross-platform
The output is an Excel file (.xlsx) with the CSV data converted to spreadsheet format. Column headers are derived from the first row. The output of the above CSV will be:
| tool | category | platform |
|---|---|---|
| Excel | Spreadsheet | Windows |
| Google Sheets | Spreadsheet | Web |
| LibreOffice Calc | Spreadsheet | Cross-platform |
Note: You need to click the "Download" button to download the Excel file, as Excel is a binary format that cannot be copied directly.
Use consecutive commas (,,) to represent empty values. If the empty value
is at the end of a row, just include a trailing comma.
The empty values in the CSV will be converted as empty cells. For example:
tool,category,platform Numbers,,
produces an Excel file as:
| tool | category | platform |
|---|---|---|
| Numbers |
Yes! Click the "Upload CSV File" button above the converter to select a CSV file from your device. The file contents will be loaded into the input editor automatically.