Corrupted .xlsx in full result download

Hello, since the last update i can't download full results from my questions in .xlsx.
When I open .xlsx i received this error:

image

My Metabase running config is:

{
"browser-info": {
"language": "en",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.8+10",
"java.vendor": "AdoptOpenJDK",
"java.vendor.url": "https://adoptopenjdk.net/",
"java.version": "11.0.8",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.8+10",
"os.name": "Linux",
"os.version": "3.10.0-1062.12.1.el7.x86_64",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"mysql",
"postgres"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "9.6.19"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.8"
}
},
"run-mode": "prod",
"version": {
"date": "2020-09-15",
"tag": "v0.36.6",
"branch": "release-0.36.x",
"hash": "cb258fb"
},
"settings": {
"report-timezone": "America/Sao_Paulo"
}
}
}

Hi @yuriandreoli
Downgrade to 0.36.4
Without seeing the stacktrace, I’m 99% sure you’re seeing this issue:
https://github.com/metabase/metabase/issues/13298 - upvote by clicking :+1: on the first post

1 Like

Exactly this, it’s the same error.
I removed the “date” columns and voilà :grin:

I will proceed with downgrade, thanks @flamber