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
CSVpad
CSVpad is a free, portable CSV (Comma-separated values) editor that supports Unicode and operates without installation. It enables users to manipulate columns and rows and offers the capability to export CSV files into HTML, XML, OpenDocument Spreadsheet (ODS), and Microsoft Excel 8.0 (XLS) formats. It includes undo and redo functions, enhancing editing flexibility. CSVpad is compatible with Windows 8, Windows 7, Windows Vista, Windows XP, and Linux operating systems.
Learn more
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