Vue Simple Excel Solution

Job ID: 34066375

Budget: $250 – $750 USD

Hi, I am looking for programmer who implement in Vue simple virtual Excel component. Virtual Excel should only provide a few described functionalities but code has to be easy to expand.
Excel requirements:
- Column props(name, display_name, parseFun, validationFun, popupComponent, editable, readonly)
- mark and edit single cell
- mark cells rectangle for copy/paste purposes
- marking whole row
- marking all table
- copy/paste from/to Virtual Excel
- copy/paste from/to Excel
- adding rows
- deleting rows
- colored rows (yellow - edited, green - new, red - marked to delete)
- only final button "SAVE" will update whole Virtual Excel
- possibility to render custom Component on Cell click and show in cell chosen value from custom component (Component from props)
- data validation with information directly under the cell (validator from props)
- parseFunc (possibility to show different data representation but copied value should be before transformation)
- copying data by dragging vertically
- copy and paste without marked cell will create new rows in the end

Similar solution: https://github.com/cscan/vue-excel-editor
But we only need our functionalities!
Related categories: JavaScript HTML5 Vue.js