mirror of
https://gitee.com/x-extends/vxe-table-plugin-export-xlsx.git
synced 2026-01-21 05:21:33 +08:00
重构v4版本
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# vxe-table-plugin-export-xlsx
|
||||
|
||||
[](https://gitee.com/xuliangzhan_admin/vxe-table-plugin-export-xlsx/stargazers)
|
||||
[](https://gitee.com/x-extends/vxe-table-plugin-export-xlsx/stargazers)
|
||||
[](https://www.npmjs.com/package/vxe-table-plugin-export-xlsx)
|
||||
[](http://npm-stat.com/charts.html?package=vxe-table-plugin-export-xlsx)
|
||||
[](LICENSE)
|
||||
@@ -15,6 +15,7 @@ npm install xe-utils vxe-table vxe-table-plugin-export-xlsx exceljs
|
||||
|
||||
```javascript
|
||||
// ...
|
||||
import VXETable from 'vxe-table'
|
||||
import VXETablePluginExportXLSX from 'vxe-table-plugin-export-xlsx'
|
||||
// ...
|
||||
|
||||
|
||||
2
index.ts
2
index.ts
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import XEUtils from 'xe-utils/ctor'
|
||||
import {
|
||||
VXETableByVueProperty,
|
||||
@@ -24,7 +23,6 @@ declare module 'vxe-table/lib/vxe-table' {
|
||||
}
|
||||
}
|
||||
}
|
||||
/* eslint-enable no-unused-vars */
|
||||
|
||||
const defaultHeaderBackgroundColor = 'f8f8f9'
|
||||
const defaultCellFontColor = '606266'
|
||||
|
||||
Reference in New Issue
Block a user