1
0
mirror of synced 2025-12-14 01:08:03 +08:00

重构 4.0 next 版本

This commit is contained in:
xuliangzhan
2020-12-22 22:09:27 +08:00
parent 7a8f294ed0
commit 49fe6a8649

View File

@@ -5,12 +5,12 @@
[![npm downloads](https://img.shields.io/npm/dm/vxe-table-plugin-export-xlsx.svg?style=flat-square)](http://npm-stat.com/charts.html?package=vxe-table-plugin-export-xlsx)
[![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
基于 [vxe-table](https://www.npmjs.com/package/vxe-table) 的表格插件,支持导出 xlsx 格式
基于 [vxe-table](https://www.npmjs.com/package/vxe-table) 的表格插件,支持导出 xlsx 格式,依赖 [exceljs](https://github.com/exceljs/exceljs) 库
## Installing
```shell
npm install xe-utils vxe-table vxe-table-plugin-export-xlsx xlsx
npm install xe-utils vxe-table vxe-table-plugin-export-xlsx exceljs
```
```javascript