1.0.0 • Published 2 years ago
lumos-excell v1.0.0
下载
npm i lumos-excell -S / -D
使用
const excell = require('lumos-excell')
点击事件 = function(){
//excell.download(文件名,excell标题数组类型,excell数据)
excell.download('测试文件',['编号','姓名'],[
{id:1,title:'a'},
{id:2,title:'b'}
])
}
1.0.0
2 years ago