1.1.2 • Published 3 years ago
web2002-excel-exportgsb v1.1.2
下载
npm i web2002-excel-exportgsb
下载
const excel=require('web2002-excel-exportgsb')
点击事件=function(){
excel.download(["测试文件名","编号", "姓名"],
[ { id: 1, title: "a" },
{ id: 2, title: "b" },
])
}