A simple, modern, open source web tool to view and explore CSV files in your browser. No installation or backend required.
- Upload CSV: Select and load any CSV file from your computer.
- Table Display: Data is shown in a responsive, styled table.
- Column Sorting: Click any column header to sort ascending/descending. Arrows indicate sort direction.
- Search: Filter rows by typing in the search box above the table. Matches any column.
- No Data Sent: All processing is done in your browser. Your data never leaves your computer.
- Open
index.htmlin your web browser. - Click the file input to select a
.csvfile from your computer. - Use the search box to filter rows.
- Click column headers to sort.
- React (via CDN)
- Bootstrap 5 for styling
- PapaParse for fast CSV parsing
This project is a single HTML file. To modify or contribute:
- Edit
index.htmldirectly. - No build step required.
MIT License. See LICENSE for details.
Contributions and suggestions welcome!