Edit CSV
Edit CSV is a free online tool that allows users to edit CSV files through a table-based user interface. It offers features such as undo/redo functionality, column sorting by clicking on header text, and the ability to rearrange rows and columns by dragging. Users can resize rows and columns, and navigate efficiently using keyboard shortcuts to move to the first cell in a row, to move to the last cell, to jump to the first cell in a column, and to reach the last cell. You can also add a line break within a cell. To delete a row or column, hover over it and click the trash icon. Double-clicking a column's resize handle adjusts its width to fit the content; double-clicking an auto-sized column sets its width to 200px, which is useful for very wide columns. It also provides a context menu accessible via right-click and supports copy-pasting using the tab key as a separator, similar to Excel.
Learn more
Handsontable
Handsontable is a JavaScript data grid component designed to bring a spreadsheet-like experience into web applications, allowing users to interact with data in a familiar, Excel-style interface. It enables developers to build data-rich applications where users can enter, edit, validate, and process data from multiple sources such as databases, APIs, Excel files, Google Sheets, or manual input. It supports advanced editing capabilities, including inline editing, copy and paste with Excel-compatible clipboard, undo and redo actions, and keyboard navigation that mirrors common spreadsheet tools. It provides extensive functionality for managing data, such as sorting, filtering, grouping, moving, hiding, and freezing rows and columns, along with customizable cell types, validation rules, and conditional formatting. Handsontable includes over 400 spreadsheet formulas through its HyperFormula engine, as well as features like comments, autocomplete, dropdowns, and built-in editors.
Learn more
Webix Grid
Webix Grid is a standalone JavaScript DataGrid component (table/grid UI widget) that is optimized for high-performance, large-dataset scenarios, and is designed to be dropped into web applications where tabular data needs to be displayed, edited, filtered, sorted, etc.
Key positioning points:
Lightweight: you don’t have to bring in the full Webix UI library if you only need the grid.
Focused on “just the grid” use-case rather than a full UI framework.
Feature-rich, offering a wide set of capabilities for enterprise-style data apps:
- Virtual scrolling
- Frozen columns
- Inline editing
- Sorting
- Filtering
- Grouping
- Column resizing
- Column reordering
- Multi-line headers
- Row selection
- Cell selection
- Copy/paste
- Excel export
- PDF export
- CSV export
- Paging
- Validation
- Undo/redo
- Drag and drop
- Spanning cells
- Context menus
- Keyboard navigation
- Conditional formatting
- Column summaries
- Custom rendering
- Live updates
Learn more
Modern CSV
Modern CSV is a tabular file editor/viewer with advanced editing features and large file handling. It makes up for the weaknesses of spreadsheet programs in handling CSV files while incorporating the strengths of the best text editors. Its features include: multiple cell/row/column editing, fast load times, customizable keyboard shortcuts, data analysis, light and dark themes, regex find/replace, and multiple encoding and delimiter handling.
Learn more