Step 1 / source
Choose the source
Drop one file here
Choose a CSV with one header row and consistently separated columns.
Checking publication status...LOCAL DATA CONVERTER / CSV TO XLSX
Turn a header-based CSV into a real XLSX workbook with a styled header, frozen first row, filter controls, and sensible column widths.
Step 1 / source
Choose a CSV with one header row and consistently separated columns.
Checking publication status...This operation runs with browser APIs. Nirmion receives catalogue requests, not the selected source bytes.
The converter creates a separately named output. It never writes back into the source file.
One UTF-8 .csv file up to 5 MB, with at most 100,000 data rows and 1,000 columns.
Plain-language method
Nirmion parses quoted delimiters, quotes, and embedded line breaks, then writes each value as text into a new worksheet. It adds navigation styling but does not guess data types or formulas.
The first row must contain column names. Every later row needs the same number of cells.
Choose the real delimiter. Give the worksheet a short name; unsupported Excel tab characters are removed automatically.
The download ends in _nirmion_tools_workbook.xlsx. Values remain text so identifiers and leading zeroes are less likely to change.
Useful when
Before converting
Know the boundary
The converter does not infer currency, date, percentage, or formula cells. This protects source text but means you may apply Excel formatting after download.
Quick answers
The workbook is designed for safe first review.
Yes. Quoted delimiters, doubled quotes, and embedded line breaks follow bounded CSV parsing rules.
Cells are written as text, reducing accidental identifier changes such as lost leading zeroes.
Not in this route. Convert one table at a time so the worksheet contract stays clear.