This commit is contained in:
xuliangzhan
2024-06-24 10:38:21 +08:00
parent 3b30fb9109
commit fd3e3fa9b0
2 changed files with 14 additions and 3 deletions

View File

@@ -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

View File

@@ -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"