http-excel-export
1.0.0 • Public • Published
npm i http-excel-export -S
const excel = require(" http-excel-export")
点击事件 = function(){
//...
// excel.download(文件名,excel标题,excel数据)
excel.download('测试文件',['编号','姓名']),[
{id:1,title;'a'},
{id:2,title:'b'}
])
//...
}
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.0 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.0 | 0 | |
Package Sidebar
Install
Weekly Downloads