barrthree-excel
v1.0.0
Published
``` npm i barrthree-excel -S ``` # 🐝使用方法 ``` const excel = require('excel-999') 点击事件 = function() { excel.download('测试文件', ["编号", "姓名"], [ { id: one, title: "芜湖" }, { id: two, title: "起飞" }, ]) } ```
Readme
下载🐝
npm i barrthree-excel -S🐝使用方法
const excel = require('excel-999')
点击事件 = function() {
excel.download('测试文件', ["编号", "姓名"], [
{ id: one, title: "芜湖" },
{ id: two, title: "起飞" },
])
}