easonfather-excel-export

1.0.0 • Public • Published

下载

npm i easonfather-excel-export -S

使用

const excel = require('easonfather-excel-export')

点击事件 = function() => {
    //excel.download(文件名,excel标题,excel数据)
    excel.download(文件名,
    ["标题1",...,"标题n"],
    [
        {id:xxx,title:xxx},
        {id:xxx,title:xxx},
        {id:xxx,title:xxx},
        {id:xxx,title:xxx}
    ]
    )
}

Readme

Keywords

Package Sidebar

Install

npm i easonfather-excel-export

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.07 kB

Total Files

3

Last publish

Collaborators

  • easonfather