Fail to open exported .xlsx file
On CiviCRM 5.82.0 and Drupal 7 when trying to export contacts from the standard search (now based on SearchKit)
a .xlsx file is generated and downloaded
but it can't be opened properly (as it can't be opened there's no privacy issue)
It seems at first that it's an encoding issue (default is UTF-8) but actually no encoding option is giving a working version.
I've opened the file as an archive in the terminal
but I couldn't find anything useful in the .xml files
A simple workaround is to use the .csv file format which opens as expected but is less common for our client.