Skip to content

Simple excel spreadsheet in React allowing basic mathematical operations between cells.

react-rerendering-benchmarks/react_spreadsheet

 
 

Repository files navigation

React Excel Spreadsheet

Requirements

  • Sheet should have 10000 x 10000 cells
  • User should be able to edit any cell
  • Sheet should support basic mathematical operations between cells (like A1+B1=C1)

Running the code

Install dependencies with npm install

Run npm run dev

About

Simple excel spreadsheet in React allowing basic mathematical operations between cells.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.9%
  • CSS 17.3%
  • JavaScript 9.8%
  • HTML 4.0%