File & data tools
Convert a spreadsheet between CSV, Excel, XML, and JSON, slice a giant file into chunks, or count the words in a block of text. Every one of these parses and rewrites your data right in the browser, so nothing gets uploaded. The file you drop in stays on your machine. You get the converted version back, and a stranger's server never sees it.
- Word Counter Count words, characters, sentences, paragraphs, and reading time as you type.
- Unit Converter Convert units across length, mass, volume, area, speed, time, data, and temperature.
- Time Converter Convert between Unix timestamps, ISO 8601, UTC, and local time.
- CSV to Excel Convert CSV files to Excel (.xlsx). Drop in a batch and convert them all at once.
- Excel to CSV Convert Excel (.xlsx, .xls) spreadsheets to CSV. Batch a stack of workbooks at once.
- XML to JSON Convert XML files to clean, pretty-printed JSON. Batch a pile of them at once.
- XML to CSV Convert XML files to CSV. Repeated records flatten into clean table rows.
- XML to Excel Convert XML files to Excel (.xlsx). Repeated records become rows in the sheet.
- JSON to XML Convert JSON files to XML. Drop in a batch and convert them all at once.
- CSV to XML Convert CSV files to XML. The header row becomes the XML element names.
- Excel to XML Convert Excel (.xlsx, .xls) spreadsheets to XML. The header row turns into element names.
- Split CSV Split a large CSV into smaller files of N rows each. The header rides along in every chunk.
- Split Excel Split a large Excel (.xlsx) workbook into smaller files of N rows each. The header carries over.