Skip to content
CSVTidy
Free tool

Sort a CSV by any column.

Pick a column and a direction. Numeric columns sort by value rather than as text, so 9 comes before 10, and text sorts naturally so item2 precedes item10.

Everything runs in your browser. Nothing is uploaded.

Drop a CSV or Excel file here

Or choose a file — nothing leaves your browser.

Common questions

How are numbers sorted?

If every non-empty value in the column parses as a number, it sorts numerically. Otherwise it sorts as text using natural order, so item2 comes before item10 rather than after.

Where do empty cells go?

Always at the bottom, in both directions — a screen of blank rows at the top is never what you want.

Is my file uploaded anywhere?

No. The file is parsed and processed entirely in your browser using JavaScript. It never leaves your device, and nothing is stored on our servers.