Skip to content

p-adams/vue-spreadsheet

Repository files navigation

vue-spreadsheet

Create a spreadsheet out of Vue components

Current features

  • select multiple cells at once
  • get the sum, average, min, and max of a range of values
  • sort columns by descending and ascending order

View demo

https://p-adams.github.io/vue-spreadsheet/

To run locally

# clone repo
$ git clone https://github.com/p-adams/vue-spreadsheet

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

About

Create a spreadsheet out of Vue components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published