Impossible to open xlsx export

Hi guys,
I am getting an error with my exported xlsx files, excel claims that the exported file is corrupted. What is odd is that the problem only happens for one of our dashboards. Do you guys have an idea how to fix it ?

Here is my Diagnostic info and the message when I open the corrupted file with a text editor (sorry it's in french)

Thanks a lot :slight_smile:

{
"browser-info": {
"language": "fr-FR",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.15+10",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.15",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.15+10",
"os.name": "Linux",
"os.version": "5.18.9+",
"user.language": "en",
"user.timezone": "UTC"
},
"metabase-info": {
"databases": [
"postgres"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.5"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.3.2"
}
},
"run-mode": "prod",
"version": {
"date": "2022-06-13",
"tag": "v0.43.3",
"branch": "release-x.43.x",
"hash": "c9c7ef0"
},
"settings": {
"report-timezone": "Europe/Brussels"
}
}
}

{"status":"failed","error":"Une erreur s'est produite pendant l'exécution de la requête.","error_type":"qp"}

Hi @Yannick
Without seeing the full stacktrace, which is included in the XLSX file (it's just a text file), then it's difficult to tell what the problem is.
Perhaps you're seeing this issue: https://github.com/metabase/metabase/issues/23980

Yes it fixed the problem, thanks a lot :smile: