Skip to content

webroo/microsheet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Microsheet

A very small spreadsheet. Built with React, Redux, and Immutable.

Screenshot

Features:

  • Formula support, inc. cell references
  • Basic formula calculations (SUM and AVERAGE)
  • Autofill
  • Full keyboard support

Install

Clone repository, then run:

npm install

Run scripts

Run scripts are handled by npm using the scripts field in package.json.

npm run serve - Serves a development version of the app at http://localhost:8080

npm run serve-tests - Serves a test runner at http://localhost:8081

npm run serve-prod - Serves a production version at http://localhost:8080

npm run build-dev - Builds a dev version of the app and writes the files to the build folder

npm run build-prod - Builds a production version of the app and writes the files to the build folder

npm run build-tests - Builds the test suite and writes the files to the build folder

About

A very small spreadsheet, built with React, Redux, and Immutable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published