1.0.1 • Published 2 years ago

excel-exportzzy v1.0.1

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

excel 导出

下载

npm i excel-exportzzy -S

使用

const excel = require ('excel-exportzzy')

/**
 * 文件下载
 * @param {String} filename   文件名称
 * @param {String} title      标题
 * @param {Array}  data       数据
 */

excel.download(filename, title, data);
1.0.1

2 years ago

1.0.0

2 years ago