1
0
mirror of synced 2025-12-08 06:26:45 +08:00
This commit is contained in:
xuliangzhan
2024-06-17 17:27:21 +08:00
parent 601fb5d5fe
commit 5ad226ab6d
2 changed files with 3 additions and 2 deletions

View File

@@ -463,7 +463,8 @@ export const VXETablePluginExportXLSX = {
globalVxetable = vxetable
globalExcelJS = options ? options.ExcelJS : null
vxetable.config({
const setConfig = vxetable.setConfig || vxetable.config
setConfig({
table: {
importConfig: {
_typeMaps: {

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-export-xlsx",
"version": "4.0.2",
"version": "4.0.3",
"description": "基于 vxe-table 表格的扩展插件,支持导出 xlsx 格式",
"scripts": {
"lib": "gulp build"