@heieo/xlsx

0.2.2 • Public • Published

使用方法

import Xlsx  from 'xlsx ';
var xlsx = new Xlsx({
    container:container,
    minCols,
    minRows,
    data:[
        ['-', 'Ford', 'Tesla', 'Toyota', 'Honda'],
        ['2017', 10, 11, 12, 13],
        ['2018', 20, 11, 14, 13],
        ['2019', 30, 15, 12, 13]
    ],
    onChange:function(data){
        
    },
    language: 'zh-CN'
})

Readme

Keywords

none

Package Sidebar

Install

npm i @heieo/xlsx

Weekly Downloads

7

Version

0.2.2

License

ISC

Unpacked Size

1.15 MB

Total Files

5

Last publish

Collaborators

  • gary.guzy
  • liqiuli