1.0.7 • Published 4 years ago

vue-excelview v1.0.7

Weekly downloads
11
License
MIT
Repository
-
Last release
4 years ago

vue-excelview

使用说明

1. 安装

npm install xlsx
npm install canvas-datagrid
npm install vue-preview --save

2. 引入模块

import excelview from 'vue-preview'
components:{
  'excel-view': excelview
}

3. vue引入

<excel-view :datas="excelData"/>

4. 获取excel

this.$axios.get('http://demo.haoji.me/2017/02/08-js-xlsx/sample/sample.xlsx', {
  responseType: 'arraybuffer'
})
  .then((res) => {
    this.excelData = res.data
  })
1.0.2

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago