XLSX is just the OOXML file format behind modern Excel. Plotiq builds a proper .xlsx workbook from your CSV, typed cells and all — indistinguishable from Save-As in Excel.
Needed when a downstream tool insists on .xlsx, not .csv.
Upload or paste CSV text. Plotiq parses it locally — no server upload.
The preview shows which columns will become numbers, dates, or booleans. Adjust toggles if needed.
Output is a true OOXML ZIP package — Excel opens it as a real workbook, not as an imported CSV.
CSV is plain text with commas; XLSX is a compressed XML package with typed cells, formulas, styles, and multiple sheets. XLSX preserves types; CSV doesn't.
One sheet per conversion — CSV inherently has a single table. For multi-sheet output, combine sheets inside Excel after download.
No. The source CSV is values-only, so the workbook is values-only. Add formulas in Excel after opening if needed.
Yes. Plotiq uses the OOXML spec that every Excel version since 2007 supports, plus Google Sheets, Numbers, and LibreOffice.