Embedded dashboards extract widget data into Excel problem

Hello!
Inside metabase when I extract data from a table widget into an excel file, when I open the excel file it looks well formatted, and looks exactly as the table looks in the dasboard, however when I extract data from a table widget off an embedded dasboard, the excel file doesn't look like the table looks in the dashboard, instead it shows date fields in a different format, and all column names look the same as in the database.
It's there something I can do for fix it? is it a bug? or it is intended to work like that?

Hi @Diale
Post "Diagnostic Info" from Admin > Troubleshooting.

{
"browser-info": {
"language": "es-ES",
"platform": "Linux x86_64",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.13+8",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.13",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.13+8",
"os.name": "Linux",
"os.version": "4.15.0-66-generic",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"postgres"
],
"hosting-env": "unknown",
"application-database": "h2",
"application-database-details": {
"database": {
"name": "H2",
"version": "1.4.197 (2018-03-18)"
},
"jdbc-driver": {
"name": "H2 JDBC Driver",
"version": "1.4.197 (2018-03-18)"
}
},
"run-mode": "prod",
"version": {
"date": "2022-01-10",
"tag": "v0.41.6",
"branch": "release-x.41.x",
"hash": "296635f"
},
"settings": {
"report-timezone": "Europe/Madrid"
}
}
}

@Diale Sounds like you are seeing this issue:
https://github.com/metabase/metabase/issues/17753 - upvote by clicking :+1: on the first post