crw-webopenfather-excel-export
1.0.1 • Public • Published
npm i webopenfather-excel-export -S
const excel = require('webopenfather-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.1 | 1 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.1 | 1 | |
Package Sidebar
Install
npm i crw-webopenfather-excel-export
Weekly Downloads