jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
693 stars 124 forks source link

Aggregated value in DataGrid is not exported to Excel #3903

Open konyashkina opened 2 days ago

konyashkina commented 2 days ago

Tested on Jmix version: 2.4.0 Jmix Studio plugin version: 2.4.SNAPSHOT6955-242 IntelliJ version: IntelliJ IDEA 2024.2.4

Aggregated value is not exported to Excel file.

Steps to reproduce:

  1. Add Grid Export Actons addon.
  2. Define aggregating value in dataGrid in a view descriptor.
  3. Run the app, open the view. (Aggregated value is shown successfully.)
  4. Click the Excel button, open the exported file and check the aggregated value.

ER: Aggregated value is shown in the file.

AR: Aggregated row is absent in the file.