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.
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)
Find more from the doc.