ruilisi/fortune-sheet

A drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 18th, 2026
Created on March 31st, 2022
Open Issues & Pull Requests: 94 (+0)
GitHub issues: Enabled
Number of forks: 314
Total Stargazers: 3,723 (+0)
Total Subscribers: 37 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.5 hours
Mean response time: 33.6 days
90th percentile: 102.8 days
Tracked items: 72

Most active contributors

Sign in to see contributor activity.

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 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 42
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 534 days
Stale 30+ days: 42
Stale 90+ days: 40

Recent activity

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

Top labels

  • enhancement (4)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

FortuneSheet is a drop-in JavaScript spreadsheet library that provides rich features like Excel and Google Sheets.

FortuneSheet addresses the need for a feature-rich online spreadsheet that works out of the box without extensive configuration. It originated from Luckysheet and has been substantially rewritten in TypeScript to improve maintainability and solve design issues in the original project. The library manages state and DOM rendering through native React and Vue with Immer, supports multiple independent instances on the same page, and uses a forked version of the Handsontable formula parser for calculations.

The tool suits developers building web applications that need spreadsheet functionality without building from scratch. It works well for projects requiring collaborative editing, data manipulation, and Excel-like interactions. FortuneSheet maintains mostly compatible data structures with Luckysheet, easing migration from that predecessor. The library includes formatting options, cell operations, row and column manipulation, formulas and functions, and an optional plugin for Excel import and export. It supports images, comments, data validation, and custom tools. Developers should be aware that before the stable 1.0 release, input data structures and APIs may change between versions, so checking the changelog and migration guide is necessary when upgrading.

The project has completed work on cooperative editing with backend storage, undo and redo functionality, mobile adaptation, and API exposure. Development has addressed core spreadsheet features including fill handles, fonts, format painter, comments, image insertion, sorting, filtering, conditional formatting, drag and drop, find and replace, data verification, freezing, and text splitting. The team continues work toward pivot tables and charts as more advanced features.