fix[Excel]: fixed export bug (#1736)
This commit is contained in:
parent
0c50029cf7
commit
fef9fda685
|
@ -145,11 +145,11 @@ export function export_table_to_excel(id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function export_json_to_excel({
|
export function export_json_to_excel({
|
||||||
multiHeader,
|
multiHeader = [],
|
||||||
header,
|
header,
|
||||||
data,
|
data,
|
||||||
filename,
|
filename,
|
||||||
merges,
|
merges = [],
|
||||||
autoWidth = true,
|
autoWidth = true,
|
||||||
bookType= 'xlsx'
|
bookType= 'xlsx'
|
||||||
} = {}) {
|
} = {}) {
|
||||||
|
|
Loading…
Reference in New Issue