xiantou-export-excel

1.0.1 • Public • Published

下载

npm i xiantou-export-excel -S

使用



click event = function(){

....
const excel = require('xiantou-excel-exports')
excel = (filename,title,data)
excel = ('xiantou',['编号','姓名'],[
    {id:1,name:"a"},
    {id:2,name:"b"}
])

.....

}


Readme

Keywords

Package Sidebar

Install

npm i xiantou-export-excel

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.26 kB

Total Files

3

Last publish

Collaborators

  • xiantou