1.0.0 • Published 2 years ago

barrthree-excel v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

下载🐝

npm i barrthree-excel -S

🐝使用方法

const excel = require('excel-999')
点击事件 = function() {
    excel.download('测试文件', ["编号", "姓名"], [
      { id: one, title: "芜湖" },
      { id: two, title: "起飞" },
    ])
}
1.0.0

2 years ago