XLSX export possible for pivot tables?

Hi all,
Our customers want to export their data in the xlsx format and we managed to do that using the setting:
cuba.gui.defaultExcelExportFormat = XLSX
in the web-app.properties.

That only seems to work for “normal” tables but pivot tables still export as xls. Is there another setting for those tables?
We are using CUBA 7.2

Thank you in advance! :slight_smile:

Hi,
I found an example for you https://demo10.cuba-platform.com/sampler/#main/5/sample?id=pivot-table-data-export
I did not use export for pivot tables, but may be help you with this example (from upper link).

Thank you for the link. Unfortunately, the export is only in XLS format where we would need it to be in XLSX format.