Skip to content

Fix Excel Export Error #1736

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 19, 2019
Merged
4 changes: 2 additions & 2 deletions src/vendor/Export2Excel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
} = {}) {
Expand Down