1.0.0 • Published 2 years ago

egg-exceljs v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

egg-excel

excel plugin for egg

安装

$ npm i egg-exceljs --save
# or
$ yarn add egg-exceljs

依赖说明

依赖的 egg 版本

egg 2.xegg 1.x
😁

依赖的插件

exceljs

开启插件

// {app_root}/config/plugin.js
exports.excel = {
  enable: true,
  package: 'egg-exceljs',
};

配置

// {app_root}/config/config.default.js
config.excel = {

};

示例

查看更多项目

License

MIT

1.0.0

2 years ago