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