Thank you very much!
If the library version is updated to 2, I found that some functions must be updated since now are deprecated.
For example I tested the upgrade to the 2.2.1 version of the library and I have to replace this function in src/Plugin/Action/VboExportXlsx.php to fix export in XLSX:
setCellValueExplicitByColumnAndRow()` use the equivalent `setCellValueExplicit()
Hello, I upload a patch that may be applied along with the following one in this issue:
https://www.drupal.org/project/drupal/issues/2879087
📌
Use comment access handler instead of hardcoding permissions
Needs work
https://www.drupal.org/files/issues/2022-01-17/2879087-130-9.3.x.patch →
Tested on a Drupal 9.5.10 installation.