mirror of
https://gitee.com/x-extends/vxe-table-plugin-export-xlsx.git
synced 2026-01-21 05:21:33 +08:00
fix
This commit is contained in:
12
index.ts
12
index.ts
@@ -463,6 +463,18 @@ export const VXETablePluginExportXLSX = {
|
||||
globalExcelJS = options ? options.ExcelJS : null
|
||||
|
||||
vxetable.config({
|
||||
table: {
|
||||
importConfig: {
|
||||
_typeMaps: {
|
||||
xlsx: 1
|
||||
}
|
||||
},
|
||||
exportConfig: {
|
||||
_typeMaps: {
|
||||
xlsx: 1
|
||||
}
|
||||
}
|
||||
},
|
||||
export: {
|
||||
types: {
|
||||
xlsx: 0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vxe-table-plugin-export-xlsx",
|
||||
"version": "3.3.0",
|
||||
"version": "3.3.1",
|
||||
"description": "基于 vxe-table 表格的扩展插件,支持导出 xlsx 格式",
|
||||
"scripts": {
|
||||
"lib": "gulp build"
|
||||
@@ -51,8 +51,7 @@
|
||||
"sass": "^1.55.0",
|
||||
"typescript": "^4.6.4",
|
||||
"vue": "^2.6.14",
|
||||
"vxe-table": "^3.7.8",
|
||||
"xe-utils": "^3.5.19"
|
||||
"vxe-table": "^3.8.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vxe-table": "^3.7.0"
|
||||
|
||||
Reference in New Issue
Block a user