Unpivot Excel Files Online
Reshape Excel files from wide to long format directly in your browser. Melt multiple columns into variable/value pairs — no upload required.
About this tool
Reshape a Excel file from wide format to long format (also called melting). Select which columns to keep as identifiers and which to stack into variable/value pairs. Essential for preparing data for charting, tidy-data analysis, and databases that expect normalised input.
Frequently Asked Questions
What does unpivoting a Excel file mean?
Unpivoting (also called melting) reshapes a wide table into a long one. Columns you select as "value columns" are stacked into two new columns — one for the original column name and one for the value. ID columns are repeated on every row.
When would I unpivot a Excel file?
When you have data spread across columns — like monthly sales in Jan, Feb, Mar columns — and need it in long format with a "month" column and a "sales" column. Long format is required by most charting libraries and tidy-data workflows.
Can I reverse an unpivot (pivot from long to wide)?
Yes — use the Pivot tool to go from long to wide format. Together, unpivot and pivot let you reshape data in both directions.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Convert Excel to XML Online
Convert Excel files to XML directly in your browser. Download a structured XML document with one element per row — no upload required.
Convert Excel to SQL Online
Convert Excel files to SQL INSERT statements directly in your browser. Copy or download the generated SQL — no upload required.
Convert Excel to Markdown Table Online
Convert Excel files to a Markdown table directly in your browser. Copy the output and paste it into any Markdown document.
Convert Excel to HTML Table Online
Convert Excel files to an HTML table directly in your browser. Copy the markup or download a ready-to-use HTML file.
Deduplicate Excel Files Online
Remove duplicate rows from Excel files instantly in your browser. No upload, no server — 100% private.