xml-zq-excel-export
1.0.0 • Public • Published
npm i xml-zq-excel-export -S
const excel = require('xml-zq-excel-export')
点击事件 = function() {
// ……
// excel.download(文件名,excel标题数组类型,excel数据)
excel.download('测试文件',['编号','姓名'],[
{ id: 1, title: "扣你" },
{ id: 2, title: "七哇" },
])
// ……
}
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
npm i xml-zq-excel-export
Weekly Downloads