Skip to content

A vue component which can create an input environment like Excel

Notifications You must be signed in to change notification settings

llystar/vue-spreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-spreadsheets

Introduction

vue-spreadsheets is an easy-to-use Vue component which creates an user input environment similar to Mircrosoft Excel. Users can paste data directly from Excel to vue-spreadsheets. You can easily get the data by event when users input something. The component is recommended to run on the desktop. When users use vue-spreadsheets with mobile devices, vue-spreadsheets can only provides basic input functions.

Install

Step 1: npm

npm i vue-spreadsheets -s

Step 2: update main.js

import vueSpreadsheets from 'vue-spreadsheets'
import 'vue-spreadsheets/lib/vue-spreadsheets.css'
Vue.use(vueSpreadsheets)

Document & demo

Find more from the doc.

About

A vue component which can create an input environment like Excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages