1.0.0 • Published 3 years ago
excel-999 v1.0.0
下载
npm i excel-999 -S下载
const excel = require('excel-999')
点击事件 = function() {
    excel.download('测试文件', ["编号", "姓名"], [
      { id: 1, title: "空八万" },
      { id: 2, title: "空八万" },
    ])
}1.0.0
3 years ago