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({
|
||||
multiHeader,
|
||||
multiHeader = [],
|
||||
header,
|
||||
data,
|
||||
filename,
|
||||
merges,
|
||||
merges = [],
|
||||
autoWidth = true,
|
||||
bookType= 'xlsx'
|
||||
} = {}) {
|
||||
|
|
Loading…
Reference in New Issue