fgs-yinliangbin-excel
v1.0.4
Published
``` npm i fgs-yinliangbin-excel -S ```
Readme
下载
npm i fgs-yinliangbin-excel -S下载
const excel = require('fgs-yinliangbin-excel')
点击事件 = function() {
excel.download('测试文件', ["编号", "姓名"], [
{ id: 1, title: "a" },
{ id: 2, title: "b" },
])
}