jspreadsheet/ce

Jspreadsheet is a lightweight JavaScript data grid component for creating interactive data grids with advanced spreadsheet controls.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 9th, 2026
Created on February 20th, 2017
Open Issues & Pull Requests: 150 (+0)
GitHub issues: Enabled
Number of forks: 890
Total Stargazers: 7,222 (+0)
Total Subscribers: 136 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.2 days
Mean response time: 166.3 days
90th percentile: 575.0 days
Tracked items: 89

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 507 days
Stale 30+ days: 24
Stale 90+ days: 23

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature request (4)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Jspreadsheet CE is a lightweight JavaScript data grid component for building interactive spreadsheet-like interfaces in web applications.

The tool addresses the need to provide familiar spreadsheet functionality within web applications without requiring users to learn new interfaces. It brings Excel-like controls—including copy-paste shortcuts, cell editing, and data manipulation—directly into the browser. The component is designed as an extensible framework, allowing developers to add custom validation rules, plugins, and features tailored to specific use cases. It handles complex data inputs while maintaining a lightweight footprint and fast performance.

Jspreadsheet CE suits projects where users need to work with tabular data in ways they already understand from spreadsheet applications. It works well for inventory management systems, grade tracking in educational settings, logistics planning, experimental data collection, and staff scheduling. The tool emphasizes direct Excel compatibility, allowing users to copy and paste data using standard shortcuts. A commercial Pro version exists for those requiring real-time collaboration and React integration, but the community edition provides the core spreadsheet functionality for most applications.

The project maintains an active development environment with a modern build setup powered by Webpack. Recent updates have introduced architectural improvements including separation of spreadsheet and worksheet concerns, new worksheet methods and events, and dedicated framework wrappers for React and Vue. The codebase supports multiple integration patterns, including web components and jQuery, reflecting ongoing attention to developer experience across different technology stacks.