- Issue created by @sandrymend
- Status changed to Needs review
over 1 year ago 4:44pm 12 July 2023 - 🇨🇦Canada nickdickinsonwilde Victoria, BC (T'So-uke lands)
Investigated this lightly...
Currently the code that calls PHPSpreadsheet is inaccessible, so won't be a problem. However that is smelly to have in there. I see two main routes forward:
- make it actually used to export XLS/XLS(X) files
- *or* clean those references out and link to https://www.drupal.org/project/views_data_export_phpspreadsheet → in the readme as an option.An extension to the first option would be to work with the views_data_export_phpspreadsheet maintainers to merge that in to this so that more options are in this primary module.
- Status changed to Closed: works as designed
over 1 year ago 5:04pm 12 July 2023 - 🇨🇦Canada nickdickinsonwilde Victoria, BC (T'So-uke lands)
Actually, 30s more investigations... looks like if the xls_serialization module is enabled (which requires PHPSpreadsheet), then XLS/XLSX is available and used and otherwise has no harmful effect, so closing this